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
| Improve this Doc View SourceNobody
Use this value to represent a non-existent actor.
Declaration
public static readonly Nobody Nobody
Field Value
Type | Description |
---|---|
Nobody |
NoSender
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 |