Class MultiNodeClusterSpec.EndActor
Implements
Inherited Members
Namespace: Akka.Cluster.TestKit
Assembly: Akka.Cluster.TestKit.dll
Syntax
public class MultiNodeClusterSpec.EndActor : UntypedActor, IInternalActor
Constructors
| Edit this page View SourceEndActor(IActorRef, Address)
Declaration
public EndActor(IActorRef testActor, Address target)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | testActor | |
Address | target | CAN BE NULL |
Methods
| Edit this page View SourceOnReceive(object)
To be implemented by concrete UntypedActor, this defines the behavior of the UntypedActor. This method is called for every message received by the actor.
Declaration
protected override void OnReceive(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | The message. |