Click or drag to resize
Pool Class

[Missing <summary> documentation for "T:Akka.Routing.Pool"]

Inheritance Hierarchy

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract class Pool : RouterConfig, 
	IEquatable<Pool>

The Pool type exposes the following members.

Constructors
  NameDescription
Protected methodPool
Initializes a new instance of the Pool class
Protected methodPool(Config)
Initializes a new instance of the Pool class
Protected methodPool(Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the Pool class
Top
Methods
Extension Methods
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
Inheritance Hierarchy