Method | Description | |
---|---|---|
Post ( IActorRef sender, object message ) : void | ||
RoutedActorCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, |
||
Start ( ) : void |
Method | Description | |
---|---|---|
CreateNewActorInstance ( ) : |
||
PreSuperStart ( ) : void |
Called when Router is initialized but before the base class' Start to be able to do extra initialization in a subclass.
|
Method | Description | |
---|---|---|
AddRoutee ( |
||
AddRoutees ( IList |
||
RemoveRoutee ( |
||
RemoveRoutees ( IList |
Remove routees from Router. Messages in flight may still be routed to the old Router instance containing the old routees.
|
|
SendMessage ( IActorRef sender, object message ) : void | ||
StopIfChild ( |
Used to stop child routees - typically used in resizable Pool routers
|
|
Unwatch ( |
||
Watch ( |
protected CreateNewActorInstance ( ) : |
||
return |
public Post ( IActorRef sender, object message ) : void | ||
sender | IActorRef | |
message | object | |
return | void |
public RoutedActorCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, |
||
system | ActorSystemImpl | |
self | IInternalActorRef | |
routerProps | Props | |
dispatcher | ||
routeeProps | Props | |
supervisor | IInternalActorRef | |
return | System |