| Pool Properties |
The Pool type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultSupervisorStrategy |
TBD
| |
| NrOfInstances |
Retrieves the current number of routees in the pool.
| |
| Resizer |
Retrieve the resizer to use when dynamically allocating routees to the pool.
| |
| RouterDispatcher |
Dispatcher ID to use for running the "head" actor, which handles supervision, death watch and router management messages.
(Inherited from RouterConfig.) | |
| StopRouterWhenAllRouteesRemoved |
Specify that this router should stop itself when all routees have terminated (been removed).
(Overrides RouterConfigStopRouterWhenAllRouteesRemoved.) | |
| SupervisorStrategy |
Retrieve the strategy to use when supervising the pool.
| |
| UsePoolDispatcher |
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.
|