Class ActorRefs
Utility class for working with built-in actor references
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public static class ActorRefs
Fields
| Edit this page View SourceNoSender
Use this value as an argument to Tell(object, IActorRef) if there is not actor to reply to (e.g. when sending from non-actor code).
Declaration
public static readonly IActorRef? NoSender
Field Value
Type | Description |
---|---|
IActorRef |
Nobody
Use this value to represent a non-existent actor.
Declaration
public static readonly Nobody Nobody
Field Value
Type | Description |
---|---|
Nobody |