ResizablePoolCell Constructor
Namespace:
Akka.Routing
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public ResizablePoolCell( ActorSystem system, InternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, InternalActorRef supervisor, Pool pool )
Public Sub New ( _ system As ActorSystem, _ self As InternalActorRef, _ routerProps As Props, _ dispatcher As MessageDispatcher, _ routeeProps As Props, _ supervisor As InternalActorRef, _ pool As Pool _ )
public: ResizablePoolCell( ActorSystem^ system, InternalActorRef^ self, Props^ routerProps, MessageDispatcher^ dispatcher, Props^ routeeProps, InternalActorRef^ supervisor, Pool^ pool )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- self
- Type: Akka.Actor..::..InternalActorRef
- routerProps
- Type: Akka.Actor..::..Props
- dispatcher
- Type: Akka.Dispatch..::..MessageDispatcher
- routeeProps
- Type: Akka.Actor..::..Props
- supervisor
- Type: Akka.Actor..::..InternalActorRef
- pool
- Type: Akka.Routing..::..Pool