akka.actor
Class ActorRef$

java.lang.Object
  extended by akka.actor.ActorRef$
All Implemented Interfaces:
java.io.Serializable

public class ActorRef$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ActorRef$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorRef$()
           
 
Method Summary
 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. when sending from non-actor code).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ActorRef$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ActorRef$

public ActorRef$()
Method Detail

noSender

public final 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. when sending from non-actor code).