Click or drag to resize
RoutedActorCell Constructor
Initializes a new instance of the RoutedActorCell class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RoutedActorCell(
	ActorSystemImpl system,
	InternalActorRef self,
	Props routerProps,
	MessageDispatcher dispatcher,
	Props routeeProps,
	InternalActorRef supervisor
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

self
Type: Akka.ActorInternalActorRef

[Missing <param name="self"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

routerProps
Type: Akka.ActorProps

[Missing <param name="routerProps"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

dispatcher
Type: Akka.DispatchMessageDispatcher

[Missing <param name="dispatcher"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

routeeProps
Type: Akka.ActorProps

[Missing <param name="routeeProps"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Routing.RoutedActorCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

See Also