RoutedActorCell Constructor
Namespace:
Akka.Routing
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public RoutedActorCell( ActorSystem system, InternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, InternalActorRef supervisor )
Public Sub New ( _ system As ActorSystem, _ self As InternalActorRef, _ routerProps As Props, _ dispatcher As MessageDispatcher, _ routeeProps As Props, _ supervisor As InternalActorRef _ )
public: RoutedActorCell( ActorSystem^ system, InternalActorRef^ self, Props^ routerProps, MessageDispatcher^ dispatcher, Props^ routeeProps, InternalActorRef^ supervisor )
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