public static final class PersistentFSM.StopEvent<S,D> extends java.lang.Object implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable
FSM whithin the
onTermination block.| Constructor and Description |
|---|
StopEvent(PersistentFSM.Reason reason,
S currentState,
D stateData) |
| Modifier and Type | Method and Description |
|---|---|
S |
currentState() |
PersistentFSM.Reason |
reason() |
D |
stateData() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StopEvent(PersistentFSM.Reason reason, S currentState, D stateData)
public PersistentFSM.Reason reason()
public S currentState()
public D stateData()