public class ActorRef$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static ActorRef$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorRef$() |
Modifier and Type | Method and Description |
---|---|
ActorRef |
noSender()
Use this value as an argument to
ActorRef.tell(java.lang.Object, akka.actor.ActorRef) if there is not actor to
reply to (e.g. |
public static final ActorRef$ MODULE$
public final ActorRef noSender()
ActorRef.tell(java.lang.Object, akka.actor.ActorRef)
if there is not actor to
reply to (e.g. when sending from non-actor code).