Class | Description |
---|---|
CoordinatedShutdownReasons | |
CoordinatedShutdownReasons.ActorTerminatedReason$ |
Scala API: The shutdown was initiated by actor termination, e.g.
|
CoordinatedShutdownReasons.AllActorsWithinContainerTerminatedReason$ |
Scala API: The shutdown was initiated by Container when all the actors running within a container gets terminated
|
CoordinatedShutdownReasons.ApplicationFinishedReason$ |
Scala API: The shutdown was initiated after application finished its job (This is useful for short running applications)
|
CoordinatedShutdownReasons.FailedToCreateSupervisorsReason$ |
Scala API: The shutdown was initiated by Container when it failed to spawns supervisors
|
CoordinatedShutdownReasons.FailureReason |
The shutdown was initiated by exception
|
CoordinatedShutdownReasons.FailureReason$ | |
CoordinatedShutdownReasons.ShutdownMessageReceivedReason$ |
Scala API: The shutdown was initiated by Actor on receiving external Shutdown message
|
CoordinatedShutdownReasons$ |