Package akka.actor

Class Actor$


  • public class Actor$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Actor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Actor$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.