Package akka.actor
Interface CoordinatedShutdown.Reason
-
- All Known Implementing Classes:
CoordinatedShutdown.ActorSystemTerminateReason$
,CoordinatedShutdown.ClusterDowningReason$
,CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
,CoordinatedShutdown.ClusterLeavingReason$
,CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
,CoordinatedShutdown.JvmExitReason$
,CoordinatedShutdown.UnknownReason$
- Enclosing class:
- CoordinatedShutdown
public static interface CoordinatedShutdown.Reason
Reason for the shutdown, which can be used by tasks in case they need to do different things depending on what caused the shutdown. There are some predefined reasons, but external libraries applications may also define other reasons.