Class InternalTestActor
An actor that enqueues received messages to a BlockingCollection<T>.
Implements
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public class InternalTestActor : ActorBase, IInternalActor
Constructors
| Improve this Doc View SourceInternalTestActor(ITestActorQueue<MessageEnvelope>)
TBD
Declaration
public InternalTestActor(ITestActorQueue<MessageEnvelope> queue)
Parameters
Type | Name | Description |
---|---|---|
ITestActorQueue<MessageEnvelope> | queue | TBD |
Methods
| Improve this Doc View SourceReceive(Object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |