Click or drag to resize
Akka.NETClusterRouterPool Properties

The ClusterRouterPool type exposes the following members.

Properties
  NameDescription
Public propertyLocal
TBD
Public propertyNrOfInstances
Retrieves the current number of routees in the pool.
(Inherited from Pool.)
Public propertyResizer
Retrieve the resizer to use when dynamically allocating routees to the pool.
(Inherited from Pool.)
Public propertyRouterDispatcher
Dispatcher ID to use for running the "head" actor, which handles supervision, death watch and router management messages.
(Overrides RouterConfigRouterDispatcher.)
Public propertySettings
TBD
Public propertyStopRouterWhenAllRouteesRemoved
Specify that this router should stop itself when all routees have terminated (been removed).
(Overrides PoolStopRouterWhenAllRouteesRemoved.)
Public propertySupervisorStrategy
Retrieve the strategy to use when supervising the pool.
(Overrides PoolSupervisorStrategy.)
Public propertyUsePoolDispatcher
Retrieve whether or not to use the pool dispatcher. The dispatcher is defined in the 'pool-dispatcher' configuration property in the deployment section of the router.
(Inherited from Pool.)
Top
See Also