C# Class Akka.Actor.LocalActorRef

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

Méthodes publiques

Méthode Description
GetChild ( IEnumerable name ) : IActorRef
GetSingleChild ( string name ) : IInternalActorRef
LocalActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path ) : System
Restart ( Exception cause ) : void
Resume ( Exception causedByFailure = null ) : void
SendSystemMessage ( ISystemMessage message ) : void
Start ( ) : void
Stop ( ) : void
Suspend ( ) : void

Méthodes protégées

Méthode Description
LocalActorRef ( ActorSystem system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, ActorCell>.Func createActorCell ) : System

Inheritors should only call this constructor

TellInternal ( object message, IActorRef sender ) : void

Method Details

GetChild() public méthode

public GetChild ( IEnumerable name ) : IActorRef
name IEnumerable
Résultat IActorRef

GetSingleChild() public méthode

public GetSingleChild ( string name ) : IInternalActorRef
name string
Résultat IInternalActorRef

LocalActorRef() protected méthode

Inheritors should only call this constructor
protected LocalActorRef ( ActorSystem system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, ActorCell>.Func createActorCell ) : System
system ActorSystem
props Props
dispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
supervisor IInternalActorRef
path ActorPath
createActorCell ActorCell>.Func
Résultat System

LocalActorRef() public méthode

public LocalActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path ) : System
system ActorSystemImpl
props Props
dispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
supervisor IInternalActorRef
path ActorPath
Résultat System

Restart() public méthode

public Restart ( Exception cause ) : void
cause System.Exception
Résultat void

Resume() public méthode

public Resume ( Exception causedByFailure = null ) : void
causedByFailure System.Exception
Résultat void

SendSystemMessage() public méthode

public SendSystemMessage ( ISystemMessage message ) : void
message ISystemMessage
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void

TellInternal() protected méthode

protected TellInternal ( object message, IActorRef sender ) : void
message object
sender IActorRef
Résultat void