RoundRobinPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)
Namespace:
Akka.Routing
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public RoundRobinPool( 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: RoundRobinPool( 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].