C# Class Akka.Cluster.Tools.Tests.Singleton.PointToPointChannel

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

Public Methods

Method Description
PointToPointChannel ( ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Private Methods

Method Description
Active ( IActorRef consumer ) : UntypedReceive
Idle ( object message ) : void

Method Details

OnReceive() protected method

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

PointToPointChannel() public method

public PointToPointChannel ( ) : System
return System