| BroadcastGroup Constructor (Config) |
Initializes a new instance of the
BroadcastGroup class.
Note |
---|
If 'routees.path' is defined in the provided configuration then those paths will be used by the router.
|
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public BroadcastGroup(
Config config
)
new :
config : Config -> BroadcastGroup
Parameters
- config
- Type: Akka.ConfigurationConfig
The configuration to use to lookup paths used by the group router.
See Also