Class CoordinatedShutdownReasons


  • public class CoordinatedShutdownReasons
    extends java.lang.Object
    • Constructor Detail

      • CoordinatedShutdownReasons

        public CoordinatedShutdownReasons()
    • Method Detail

      • applicationFinishedReason

        public static akka.actor.CoordinatedShutdown.Reason applicationFinishedReason()
        Java API: The shutdown was initiated after application finished its job (This is useful for short running applications)
        Returns:
        (undocumented)
      • actorTerminatedReason

        public static akka.actor.CoordinatedShutdown.Reason actorTerminatedReason()
        Java API: The shutdown was initiated by actor termination, e.g. In Actors PostStop hook
        Returns:
        (undocumented)
      • shutdownMessageReceivedReason

        public static akka.actor.CoordinatedShutdown.Reason shutdownMessageReceivedReason()
        Java API: The shutdown was initiated by Actor on receiving external Shutdown message
        Returns:
        (undocumented)
      • failedToCreateSupervisorsReason

        public static akka.actor.CoordinatedShutdown.Reason failedToCreateSupervisorsReason()
        Java API: The shutdown was initiated by Container when it failed to spawns supervisors
        Returns:
        (undocumented)
      • allActorsWithinContainerTerminatedReason

        public static akka.actor.CoordinatedShutdown.Reason allActorsWithinContainerTerminatedReason()
        Java API: The shutdown was initiated by Container when all the actors running within a container gets terminated
        Returns:
        (undocumented)