메소드 | 설명 | |
---|---|---|
CreateRouter ( ActorSystem system ) : |
Creates a router that is responsible for routing messages to routees within the provided system.
|
|
ScatterGatherFirstCompletedGroup ( |
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.
|
|
ScatterGatherFirstCompletedGroup ( IEnumerable |
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.
|
|
ScatterGatherFirstCompletedGroup ( IEnumerable |
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.
|
|
ScatterGatherFirstCompletedGroup ( System.TimeSpan within ) : System |
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.
|
|
ToSurrogate ( ActorSystem system ) : ISurrogate |
Creates a surrogate representation of the current ScatterGatherFirstCompletedGroup.
|
|
WithDispatcher ( string dispatcher ) : Akka.Routing.Group |
Creates a new ScatterGatherFirstCompletedGroup router with a given dispatcher id.
|
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | The actor system that owns this router. |
리턴 |
public ScatterGatherFirstCompletedGroup ( |
||
config |
/// The configuration to use to lookup paths used by the group router.
///
/// |
|
리턴 | System |
public ScatterGatherFirstCompletedGroup ( IEnumerable |
||
routees | IEnumerable |
An enumeration of routees used by the group router. |
within | System.TimeSpan | The amount of time to wait for a response. |
리턴 | System |
public ScatterGatherFirstCompletedGroup ( IEnumerable |
||
paths | IEnumerable |
An enumeration of actor paths used by the group router. |
within | System.TimeSpan | The amount of time to wait for a response. |
리턴 | System |
public ScatterGatherFirstCompletedGroup ( System.TimeSpan within ) : System | ||
within | System.TimeSpan | The amount of time to wait for a response. |
리턴 | System |
public ToSurrogate ( ActorSystem system ) : ISurrogate | ||
system | ActorSystem | The actor system that owns this router. |
리턴 | ISurrogate |
public WithDispatcher ( string dispatcher ) : Akka.Routing.Group | ||
dispatcher | string | The dispatcher id used to configure the new router. |
리턴 | Akka.Routing.Group |