akka.actor
Class Actor$

java.lang.Object
  extended by akka.actor.Actor$

public class Actor$
extends java.lang.Object


Field Summary
static Actor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Actor$()
           
 
Method Summary
 ActorRef noSender()
          Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Actor$

public Actor$()
Method Detail

noSender

public final ActorRef noSender()
Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.