Class SupervisorLifecycleState.Restart$

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

    public static class SupervisorLifecycleState.Restart$
    extends java.lang.Object
    implements SupervisorLifecycleState, scala.Product, scala.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 Detail

      • Restart$

        public Restart$()