Shutdown
csw.command.client.models.framework.SupervisorLifecycleState.Shutdown
case object Shutdown extends SupervisorLifecycleState
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.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SupervisorLifecycleStatetrait EnumEntrytrait CommandSerializableclass Objecttrait Matchableclass Any
- Self type
-
Shutdown.type
Members list
In this article