Class RootGuardianSupervisor
Top-level anchor for the supervision hierarchy of this actor system. Note: This class is called theOneWhoWalksTheBubblesOfSpaceTime in Akka
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class RootGuardianSupervisor : MinimalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Constructors
| Edit this page 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
| Edit this page 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
| Edit this page View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
| Type | Description |
|---|---|
| IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Edit this page View SourceSendSystemMessage(ISystemMessage)
TBD
Declaration
public override void SendSystemMessage(ISystemMessage systemMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| ISystemMessage | systemMessage | TBD |
Overrides
| Edit this page View SourceStop()
TBD
Declaration
public override void Stop()
Overrides
Akka.Actor.MinimalActorRef.Stop()
|
Edit this page
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
Exceptions
| Type | Condition |
|---|---|
| InvalidMessageException | This exception is thrown if the given |
Edit this page