Class InternalTestActorRef.TestActorCell
TBD
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
protected class TestActorCell : ActorCell, IUntypedActorContext, IActorContext, IActorRefFactory, ICanWatch, ICell
Constructors
| Improve this Doc View SourceTestActorCell(ActorSystemImpl, IInternalActorRef, Props, MessageDispatcher, IInternalActorRef)
TBD
Declaration
public TestActorCell(ActorSystemImpl system, IInternalActorRef self, Props props, MessageDispatcher dispatcher, IInternalActorRef parent)
Parameters
Type | Name | Description |
---|---|---|
ActorSystemImpl | system | TBD |
Akka.Actor.IInternalActorRef | self | TBD |
Props | props | TBD |
MessageDispatcher | dispatcher | TBD |
Akka.Actor.IInternalActorRef | parent | TBD |
Properties
| Improve this Doc View SourceActor
TBD
Declaration
public object Actor { get; }
Property Value
Type | Description |
---|---|
Object |
TaskScheduler
TBD
Declaration
public override ActorTaskScheduler TaskScheduler { get; }
Property Value
Type | Description |
---|---|
ActorTaskScheduler |
Overrides
Methods
| Improve this Doc View SourceAutoReceiveMessage(Envelope)
TBD
Declaration
protected override void AutoReceiveMessage(Envelope envelope)
Parameters
Type | Name | Description |
---|---|---|
Envelope | envelope | TBD |
Overrides
| Improve this Doc View SourceReceiveMessageForTestAsync(Envelope)
This is only intended to be called from TestKit's TestActorRef
Declaration
public Task ReceiveMessageForTestAsync(Envelope envelope)
Parameters
Type | Name | Description |
---|---|---|
Envelope | envelope | TBD |
Returns
Type | Description |
---|---|
Task |
UseThreadContextAsync(Func<Task>)
TBD
Declaration
public Task UseThreadContextAsync(Func<Task> actionAsync)
Parameters
Type | Name | Description |
---|---|---|
Func<Task> | actionAsync | TBD |
Returns
Type | Description |
---|---|
Task |