Class Nobody
This is an internal look-up failure token, not useful for anything else.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class Nobody : MinimalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Fields
| Edit this page View SourceInstance
Singleton instance of Nobody.
Declaration
public static Nobody Instance
Field Value
| Type | Description |
|---|---|
| Nobody |
Properties
| Edit this page View SourcePath
INTERNAL API.
Abstract implementation of Akka.Actor.IInternalActorRef.
Declaration
public override ActorPath Path { get; }
Property Value
| Type | Description |
|---|---|
| ActorPath |
Overrides
| Edit this page View SourceProvider
N/A
Declaration
public override IActorRefProvider Provider { get; }
Property Value
| Type | Description |
|---|---|
| IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | This exception is automatically thrown since this actor doesn't have a provider. |
Methods
| Edit this page View SourceToSurrogate(ActorSystem)
TBD
Declaration
public override ISurrogate ToSurrogate(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | TBD |
Returns
| Type | Description |
|---|---|
| ISurrogate | TBD |
Edit this page