Package akka.actor

Class ActorRef$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class ActorRef$
    extends java.lang.Object
    implements scala.Serializable
    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).
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      ActorRef$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActorRef noSender()  
      • 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()