Package akka.actor

Class Status$


  • public class Status$
    extends java.lang.Object
    Superseeded by StatusReply, prefer that when possible.

    Classes for passing status back to the sender. Used for internal ACKing protocol. But exposed as utility class for user-specific ACKing protocols as well.

    • Field Summary

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

      Constructors 
      Constructor Description
      Status$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Status$

        public Status$()