C# Class Akka.Routing.RoutedActorRef

Inheritance: Akka.Actor.RepointableActorRef
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
NewCell ( ) : ActorCell

Method Details

NewCell() protected méthode

protected NewCell ( ) : ActorCell
Résultat Akka.Actor.ActorCell

RoutedActorRef() public méthode

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
Résultat System