C# Class Akka.Routing.RouterPoolActor

INTERNAL API Actor implementation for Pool routers.
Inheritance: RouterActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
RouterPoolActor ( SupervisorStrategy supervisorStrategy ) : System.Linq

Initializes a new instance of the RouterPoolActor class.

Protected Methods

Method Description
OnReceive ( object message ) : void

Called when [receive].

SupervisorStrategy ( ) : SupervisorStrategy

Method Details

OnReceive() protected method

Called when [receive].
protected OnReceive ( object message ) : void
message object The message.
return void

RouterPoolActor() public method

Initializes a new instance of the RouterPoolActor class.
public RouterPoolActor ( SupervisorStrategy supervisorStrategy ) : System.Linq
supervisorStrategy SupervisorStrategy The supervisor strategy.
return System.Linq

SupervisorStrategy() protected method

protected SupervisorStrategy ( ) : SupervisorStrategy
return SupervisorStrategy