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
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
TellInternal ( object message, IActorRef sender ) : void

Method Details

RootGuardianSupervisor() public method

public RootGuardianSupervisor ( RootActorPath root, IActorRefProvider provider, TaskCompletionSource terminationPromise, ILoggingAdapter log ) : System
root RootActorPath
provider IActorRefProvider
terminationPromise TaskCompletionSource
log ILoggingAdapter
return System

SendSystemMessage() public method

public SendSystemMessage ( ISystemMessage systemMessage ) : void
systemMessage ISystemMessage
return void

Stop() public method

public Stop ( ) : void
return void

TellInternal() protected method

protected TellInternal ( object message, IActorRef sender ) : void
message object
sender IActorRef
return void