Class RootGuardianSupervisor
Top-level anchor for the supervision hierarchy of this actor system. Note: This class is called theOneWhoWalksTheBubblesOfSpaceTime in Akka
Inheritance
Akka.Actor.InternalActorRefBase
Akka.Actor.MinimalActorRef
RootGuardianSupervisor
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class RootGuardianSupervisor : MinimalActorRef, IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope
Constructors
| Improve this Doc View SourceRootGuardianSupervisor(RootActorPath, IActorRefProvider, TaskCompletionSource<Status>, ILoggingAdapter)
TBD
Declaration
public RootGuardianSupervisor(RootActorPath root, IActorRefProvider provider, TaskCompletionSource<Status> terminationPromise, ILoggingAdapter log)
Parameters
Type | Name | Description |
---|---|---|
RootActorPath | root | TBD |
IActorRefProvider | provider | TBD |
TaskCompletionSource<Status> | terminationPromise | TBD |
ILoggingAdapter | log | TBD |
Properties
| Improve this Doc View SourceCauseOfTermination
TBD
Declaration
public Exception CauseOfTermination { get; }
Property Value
Type | Description |
---|---|
Exception |
Path
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Improve this Doc View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Improve this Doc View SourceSendSystemMessage(ISystemMessage)
TBD
Declaration
public override void SendSystemMessage(ISystemMessage systemMessage)
Parameters
Type | Name | Description |
---|---|---|
ISystemMessage | systemMessage | TBD |
Overrides
Akka.Actor.MinimalActorRef.SendSystemMessage(Akka.Dispatch.SysMsg.ISystemMessage)
|
Improve this Doc
View Source
Stop()
TBD
Declaration
public override void Stop()
Overrides
Akka.Actor.MinimalActorRef.Stop()
|
Improve this Doc
View Source
TellInternal(Object, IActorRef)
TBD
Declaration
protected override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
IActorRef | sender | TBD |
Overrides
Akka.Actor.MinimalActorRef.TellInternal(System.Object, Akka.Actor.IActorRef)
Exceptions
Type | Condition |
---|---|
InvalidMessageException | This exception is thrown if the given |