ConsistentHashingPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the ConsistentHashingPool class.
Namespace:
Akka.RoutingAssembly: Akka (in Akka.dll)
Syntax
public ConsistentHashingPool( int nrOfInstances, Resizer resizer, SupervisorStrategy supervisorStrategy, string routerDispatcher, bool usePoolDispatcher )
Public Sub New ( _ nrOfInstances As Integer, _ resizer As Resizer, _ supervisorStrategy As SupervisorStrategy, _ routerDispatcher As String, _ usePoolDispatcher As Boolean _ )
public: ConsistentHashingPool( int^ nrOfInstances, Resizer^ resizer, SupervisorStrategy^ supervisorStrategy, String^ routerDispatcher, bool^ usePoolDispatcher )
Parameters
- nrOfInstances
- Type: Int32
The nr of instances.
- resizer
- Type: Akka.Routing..::..Resizer
The resizer.
- supervisorStrategy
- Type: Akka.Actor..::..SupervisorStrategy
The supervisor strategy.
- routerDispatcher
- Type: String
The router dispatcher.
- usePoolDispatcher
- Type: Boolean
if set to true [use pool dispatcher].