Package csw.framework.commons
Class CoordinatedShutdownReasons.ActorTerminatedReason$
- java.lang.Object
- 
- csw.framework.commons.CoordinatedShutdownReasons.ActorTerminatedReason$
 
- 
- All Implemented Interfaces:
- akka.actor.CoordinatedShutdown.Reason,- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing class:
- CoordinatedShutdownReasons
 
 public static class CoordinatedShutdownReasons.ActorTerminatedReason$ extends java.lang.Object implements akka.actor.CoordinatedShutdown.Reason, scala.Product, java.io.SerializableScala API: The shutdown was initiated by actor termination, e.g. In Actors PostStop hook- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CoordinatedShutdownReasons.ActorTerminatedReason$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ActorTerminatedReason$()
 
- 
- 
- 
Field Detail- 
MODULE$public static final CoordinatedShutdownReasons.ActorTerminatedReason$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-