Package akka.actor
Class ActorRef$
- java.lang.Object
-
- akka.actor.ActorRef$
-
- All Implemented Interfaces:
java.io.Serializable
public class ActorRef$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActorRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
noSender()
Use this value as an argument toActorRef.tell(java.lang.Object, akka.actor.ActorRef)
if there is not actor to reply to (e.g.
-
-
-
Field Detail
-
MODULE$
public static final ActorRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
noSender
public final ActorRef noSender()
Use this value as an argument toActorRef.tell(java.lang.Object, akka.actor.ActorRef)
if there is not actor to reply to (e.g. when sending from non-actor code).
-
-