C# Class Akka.Routing.RouterPoolActor

INTERNAL API Actor implementation for Pool routers.
Inheritance: RouterActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
RouterPoolActor ( SupervisorStrategy supervisorStrategy ) : System.Linq

Initializes a new instance of the RouterPoolActor class.

Méthodes protégées

Méthode Description
OnReceive ( object message ) : void

Called when [receive].

SupervisorStrategy ( ) : SupervisorStrategy

Method Details

OnReceive() protected méthode

Called when [receive].
protected OnReceive ( object message ) : void
message object The message.
Résultat void

RouterPoolActor() public méthode

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

SupervisorStrategy() protected méthode

protected SupervisorStrategy ( ) : SupervisorStrategy
Résultat SupervisorStrategy