Package akka.actor

Class Status$


  • public class Status$
    extends java.lang.Object
    This class/message type is preferably used to indicate success of some operation performed.
    • 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$()