Package akka.persistence.fsm
Class PersistentFSM
- java.lang.Object
-
- akka.persistence.fsm.PersistentFSM
-
public class PersistentFSM extends java.lang.Object
Note: Deprecated and removed except for the event and snapshot types which are needed for migrating existing PersistentFSM actors to EventSourcedBehavior using theakka.persistence.typed.scaladsl.PersistentFSMMigration
and
akka.persistence.typed.javadsl.PersistentFSMMigration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PersistentFSM.PersistentFsmEvent
static class
PersistentFSM.PersistentFSMSnapshot$
static class
PersistentFSM.StateChangeEvent
Persisted on state change Not deprecated as used for users migrating from PersistentFSM to EventSourcedBehaviorstatic class
PersistentFSM.StateChangeEvent$
-
Constructor Summary
Constructors Constructor Description PersistentFSM()
-