Package org.apache.pekko.persistence.fsm
Interface PersistentFSM.FSMState
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,
D, E>
public static interface PersistentFSM.FSMState
FSMState base trait, makes possible for simple default serialization by conversion to String
-
Method Summary
-
Method Details
-
identifier
String identifier()
-