Package akka.actor

Class Actor$


  • public class Actor$
    extends java.lang.Object
    Type alias representing a Receive-expression for Akka Actors.
    • 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()  
      • 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()