Package akka.actor

Class AbstractActor$


  • public class AbstractActor$
    extends java.lang.Object
    Java API: compatible with lambda expressions
    • Field Summary

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

      Constructors 
      Constructor Description
      AbstractActor$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AbstractActor.Receive emptyBehavior()
      emptyBehavior is a Receive-expression that matches no messages at all, ever.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final AbstractActor$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • AbstractActor$

        public AbstractActor$()
    • Method Detail

      • emptyBehavior

        public final AbstractActor.Receive emptyBehavior()
        emptyBehavior is a Receive-expression that matches no messages at all, ever.