RoutedActorRef Constructor
Namespace:
Akka.Routing
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public RoutedActorRef( ActorSystem system, Props routerProps, MessageDispatcher routerDispatcher, Func<Mailbox> createMailbox, Props routeeProps, InternalActorRef supervisor, ActorPath path )
Public Sub New ( _ system As ActorSystem, _ routerProps As Props, _ routerDispatcher As MessageDispatcher, _ createMailbox As Func(Of Mailbox), _ routeeProps As Props, _ supervisor As InternalActorRef, _ path As ActorPath _ )
public: RoutedActorRef( ActorSystem^ system, Props^ routerProps, MessageDispatcher^ routerDispatcher, Func<Mailbox^>^ createMailbox, Props^ routeeProps, InternalActorRef^ supervisor, ActorPath^ path )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- routerProps
- Type: Akka.Actor..::..Props
- routerDispatcher
- Type: Akka.Dispatch..::..MessageDispatcher
- routeeProps
- Type: Akka.Actor..::..Props
- supervisor
- Type: Akka.Actor..::..InternalActorRef
- path
- Type: Akka.Actor..::..ActorPath