public static class PersistentFSM.Shutdown$ extends java.lang.Object implements PersistentFSM.Reason, scala.Product, scala.Serializable
system.stop(fsm) from outside;
also applies to Stop supervision directive.| Modifier and Type | Field and Description |
|---|---|
static PersistentFSM.Shutdown$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
Shutdown$() |
public static final PersistentFSM.Shutdown$ MODULE$