C# Class Akka.Actor.RootGuardianSupervisor

Top-level anchor for the supervision hierarchy of this actor system. Note: This class is called theOneWhoWalksTheBubblesOfSpaceTime in Akka
Inheritance: Akka.Actor.MinimalActorRef
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RootGuardianSupervisor ( RootActorPath root, IActorRefProvider provider, TaskCompletionSource terminationPromise, ILoggingAdapter log ) : System
SendSystemMessage ( ISystemMessage systemMessage ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
TellInternal ( object message, IActorRef sender ) : void

Method Details

RootGuardianSupervisor() public méthode

public RootGuardianSupervisor ( RootActorPath root, IActorRefProvider provider, TaskCompletionSource terminationPromise, ILoggingAdapter log ) : System
root RootActorPath
provider IActorRefProvider
terminationPromise TaskCompletionSource
log ILoggingAdapter
Résultat System

SendSystemMessage() public méthode

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

Stop() public méthode

public Stop ( ) : void
Résultat void

TellInternal() protected méthode

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