Class SupervisorLifecycleState.Shutdown$

  • All Implemented Interfaces:
    SupervisorLifecycleState, CommandSerializable, enumeratum.EnumEntry, java.io.Serializable, scala.Equals, scala.Product
    Enclosing interface:
    SupervisorLifecycleState

    public static class SupervisorLifecycleState.Shutdown$
    extends java.lang.Object
    implements SupervisorLifecycleState, scala.Product, java.io.Serializable
    Represents a shutting down state of a component. When a component receives a Shutdown message it stops the underlying TLA and other child actors, then it gracefully shuts down the ActorSystem for this component and unregisters itself from location service.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Shutdown$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface enumeratum.EnumEntry

        entryName, enumeratum$EnumEntry$$stableEntryName
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • Shutdown$

        public Shutdown$()