Method | Description | |
---|---|---|
CreateRouter ( ActorSystem system ) : |
Creates a router that is responsible for routing messages to routees within the provided system.
|
|
TailChoppingGroup ( |
Initializes a new instance of the TailChoppingGroup class.
|
|
TailChoppingGroup ( string routeePaths, System.TimeSpan within, System.TimeSpan interval ) : System |
Initializes a new instance of the TailChoppingGroup class.
|
|
ToSurrogate ( ActorSystem system ) : ISurrogate |
Creates a surrogate representation of the current TailChoppingGroup.
|
|
WithDispatcher ( string dispatcher ) : Akka.Routing.Group |
Creates a new TailChoppingGroup router with a given dispatcher id.
|
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | The actor system that owns this router. |
return |
public TailChoppingGroup ( |
||
config |
/// The configuration to use to lookup paths used by the group router.
///
/// |
|
return | System |
public TailChoppingGroup ( string routeePaths, System.TimeSpan within, System.TimeSpan interval ) : System | ||
routeePaths | string | The actor paths used by this router during routee selection. |
within | System.TimeSpan | The amount of time to wait for a response. |
interval | System.TimeSpan | The interval to wait before sending to the next routee. |
return | System |
public ToSurrogate ( ActorSystem system ) : ISurrogate | ||
system | ActorSystem | The actor system that owns this router. |
return | ISurrogate |
public WithDispatcher ( string dispatcher ) : Akka.Routing.Group | ||
dispatcher | string | The dispatcher id used to configure the new router. |
return | Akka.Routing.Group |