| FromConfigWithDispatcher Method |
Setting the dispatcher to be used for the router head actor, which handles
supervision, death watch and router management messages.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public FromConfig WithDispatcher(
string dispatcherId
)
member WithDispatcher :
dispatcherId : string -> FromConfig
Parameters
- dispatcherId
- Type: SystemString
TBD
Return Value
Type:
FromConfigTBD
See Also