C# Class Akka.Routing.RouterActor

INTERNAL API
Inheritance: Akka.Actor.UntypedActor
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
RouterActor ( ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void
PreRestart ( Exception cause, object message ) : void
StopIfAllRouteesRemoved ( ) : void

Method Details

OnReceive() protected method

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

PreRestart() protected method

protected PreRestart ( Exception cause, object message ) : void
cause System.Exception
message object
return void

RouterActor() public method

public RouterActor ( ) : System
return System

StopIfAllRouteesRemoved() protected method

protected StopIfAllRouteesRemoved ( ) : void
return void