Class SupervisorLifecycleState.Restart$

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

    public static class SupervisorLifecycleState.Restart$
    extends java.lang.Object
    implements SupervisorLifecycleState, scala.Product, java.io.Serializable
    Represents a restarting state of a component. When a component receives a Restart message it unregisters itself from location service, restart the underlying TLA, waits for its initialization and registers again with location service.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Restart$()  
    • 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

      • Restart$

        public Restart$()