Click or drag to resize
Pool Properties

The Pool type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultStrategy
When supervisorStrategy is not specified for an actor this is used by default. OneForOneStrategy with a decider which escalates by default.
Public propertyNrOfInstances
The number of instances in the pool.
Public propertyResizer
An instance of the resizer for this pool.
Public propertyRouterDispatcher (Inherited from RouterConfig.)
Public propertySupervisorStrategy
An instance of the supervisor strategy for this pool.
Public propertyUsePoolDispatcher
Whether or not to use the pool dispatcher.
Top
See Also