Метод | Описание | |
---|---|---|
BroadcastGroup ( ) : System.Collections.Generic |
Initializes a new instance of the BroadcastGroup class.
|
|
BroadcastGroup ( |
Initializes a new instance of the BroadcastGroup class.
|
|
BroadcastGroup ( IEnumerable |
Initializes a new instance of the BroadcastGroup class.
|
|
BroadcastGroup ( IEnumerable |
Initializes a new instance of the BroadcastGroup class.
|
|
CreateRouter ( ActorSystem system ) : |
Creates a router that is responsible for routing messages to routees within the provided system.
|
|
ToSurrogate ( ActorSystem system ) : ISurrogate |
Creates a surrogate representation of the current BroadcastGroup.
|
|
WithDispatcher ( string dispatcher ) : Akka.Routing.Group |
Creates a new BroadcastGroup router with a given dispatcher id.
|
public BroadcastGroup ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public BroadcastGroup ( |
||
config |
/// The configuration to use to lookup paths used by the group router.
///
/// |
|
Результат | System.Collections.Generic |
public BroadcastGroup ( IEnumerable |
||
routees | IEnumerable |
An enumeration of routees used by the group router. |
Результат | System.Collections.Generic |
public BroadcastGroup ( IEnumerable |
||
paths | IEnumerable |
An enumeration of actor paths used by the group router. |
Результат | System.Collections.Generic |
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | The actor system that owns this router. |
Результат |
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 |