Class SupervisorLifecycleState.Shutdown$

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

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

      • Shutdown$

        public Shutdown$()