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, IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope
Fields
| Improve this Doc View SourceInstance
Singleton instance of Nobody.
Declaration
public static Nobody Instance
Field Value
Type | Description |
---|---|
Nobody |
Properties
| Improve this Doc View SourcePath
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Improve this Doc 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
| Improve this Doc View SourceToSurrogate(ActorSystem)
TBD
Declaration
public override ISurrogate ToSurrogate(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |
Returns
Type | Description |
---|---|
ISurrogate | TBD |