C# Class Akka.Cluster.Tests.MultiNode.ClusterDeathWatchSpec.Observer

Used to report Terminated events to the TestActor
Inheritance: ReceiveActor
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Observer ( ActorPath path2, ActorPath path3, Akka.TestKit.TestLatch watchEstablished, IActorRef testActorRef ) : System

Method Details

Observer() public method

public Observer ( ActorPath path2, ActorPath path3, Akka.TestKit.TestLatch watchEstablished, IActorRef testActorRef ) : System
path2 ActorPath
path3 ActorPath
watchEstablished Akka.TestKit.TestLatch
testActorRef IActorRef
return System