C# Class Akka.Routing.RoutedActorRef

Inheritance: Akka.Actor.RepointableActorRef
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
RoutedActorRef ( ActorSystemImpl system, Props routerProps, MessageDispatcher routerDispatcher, Func createMailbox, Props routeeProps, IInternalActorRef supervisor, ActorPath path ) : System

Protected Methods

Method Description
NewCell ( ) : ActorCell

Method Details

NewCell() protected method

protected NewCell ( ) : ActorCell
return Akka.Actor.ActorCell

RoutedActorRef() public method

public RoutedActorRef ( ActorSystemImpl system, Props routerProps, MessageDispatcher routerDispatcher, Func createMailbox, Props routeeProps, IInternalActorRef supervisor, ActorPath path ) : System
system ActorSystemImpl
routerProps Props
routerDispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
routeeProps Props
supervisor IInternalActorRef
path ActorPath
return System