Package org.apache.pekko.persistence.fsm
Interface PersistentFSM.Reason
-
- All Known Implementing Classes:
PersistentFSM.Failure
,PersistentFSM.Normal$
,PersistentFSM.Shutdown$
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,D,E>
public static interface PersistentFSM.Reason
Reason why thispekko.actor.FSM
is shutting down.