Method | Description | |
---|---|---|
CreateRouter ( ActorSystem system ) : |
Creates a router that is responsible for routing messages to routees within the provided system.
|
|
RandomGroup ( ) : System.Collections.Generic |
Initializes a new instance of the RandomGroup class.
|
|
RandomGroup ( |
Initializes a new instance of the RandomGroup class.
|
|
RandomGroup ( IEnumerable |
Initializes a new instance of the RandomGroup class.
|
|
ToSurrogate ( ActorSystem system ) : ISurrogate |
Creates a surrogate representation of the current RandomGroup.
|
|
WithDispatcher ( string dispatcher ) : Akka.Routing.Group |
Creates a new RandomGroup router with a given dispatcher id.
|
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | The actor system that owns this router. |
return |
public RandomGroup ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RandomGroup ( |
||
config |
/// The configuration to use to lookup paths used by the group router.
///
/// |
|
return | System.Collections.Generic |
public RandomGroup ( IEnumerable |
||
paths | IEnumerable |
An enumeration of paths used by the group router. |
return | System.Collections.Generic |
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 |