Method | Description | |
---|---|---|
AddRoutee ( |
Create a new instance with one more routee and the same RoutingLogic.
|
|
AddRoutee ( IActorRef routee ) : |
Create a new instance with one more routee and the same RoutingLogic.
|
|
AddRoutee ( |
Create a new instance with one more routee and the same RoutingLogic.
|
|
RemoveRoutee ( |
Create a new instance without the specified routee.
|
|
RemoveRoutee ( IActorRef routee ) : |
Create a new instance without the specified routee.
|
|
RemoveRoutee ( |
Create a new instance without the specified routee.
|
|
Route ( object message, IActorRef sender ) : void | ||
Router ( |
||
Router ( |
||
WithRoutees ( ) : |
Create a new instance with the specified routees and the same RoutingLogic.
|
Method | Description | |
---|---|---|
Send ( |
Method | Description | |
---|---|---|
UnWrap ( object message ) : object |
public AddRoutee ( |
||
routee | ||
return |
public AddRoutee ( IActorRef routee ) : |
||
routee | IActorRef | |
return |
public RemoveRoutee ( |
||
routee | ||
return |
public RemoveRoutee ( IActorRef routee ) : |
||
routee | IActorRef | |
return |
public RemoveRoutee ( |
||
routee | ||
return |
public Route ( object message, IActorRef sender ) : void | ||
message | object | |
sender | IActorRef | |
return | void |
public Router ( |
||
logic | ||
return | System.Collections.Generic |
public Router ( |
||
logic | ||
routee | IActorRef | |
return | System.Collections.Generic |
protected Send ( |
||
routee | ||
message | object | |
sender | IActorRef | |
return | void |