| RouterConfig Constructor (String) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected RouterConfig(
string routerDispatcher
)
new :
routerDispatcher : string -> RouterConfig
Parameters
- routerDispatcher
- Type: SystemString
The dispatcher to use when passing messages to routees.
See Also