C# 클래스 Akka.Actor.RootGuardianSupervisor

Top-level anchor for the supervision hierarchy of this actor system. Note: This class is called theOneWhoWalksTheBubblesOfSpaceTime in Akka
상속: Akka.Actor.MinimalActorRef
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RootGuardianSupervisor ( RootActorPath root, IActorRefProvider provider, TaskCompletionSource terminationPromise, ILoggingAdapter log ) : System
SendSystemMessage ( ISystemMessage systemMessage ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
TellInternal ( object message, IActorRef sender ) : void

메소드 상세

RootGuardianSupervisor() 공개 메소드

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

SendSystemMessage() 공개 메소드

public SendSystemMessage ( ISystemMessage systemMessage ) : void
systemMessage ISystemMessage
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TellInternal() 보호된 메소드

protected TellInternal ( object message, IActorRef sender ) : void
message object
sender IActorRef
리턴 void