Click or drag to resize
Akka.NETRouterConfig Properties

The RouterConfig type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNoRouter Obsolete.
A configuration that specifies that no router is to be used.
Public propertyRouterDispatcher
Dispatcher ID to use for running the "head" actor, which handles supervision, death watch and router management messages.
Public propertyStopRouterWhenAllRouteesRemoved
Specify that this router should stop itself when all routees have terminated (been removed). By Default it is `true`, unless a `resizer` is used.
Top
See Also