C# Class Akka.Cluster.Tests.MultiNode.LeaderLeavingSpecConfig.Listener

Inheritance: Akka.Actor.UntypedActor
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Listener ( Akka.Actor.Address oldLeaderAddress, Akka.TestKit.TestLatch latch ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

Listener() public method

public Listener ( Akka.Actor.Address oldLeaderAddress, Akka.TestKit.TestLatch latch ) : System
oldLeaderAddress Akka.Actor.Address
latch Akka.TestKit.TestLatch
return System

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void