Package akka.persistence.fsm
-
Interface Summary Interface Description LoggingPersistentFSM<S,D,E> Retrieve current rolling log in oldest-first order.PersistentFSM<S extends PersistentFSM.FSMState,D,E> Enables to pass a ClassTag of a domain event base type from the implementing classPersistentFSM.FSMState PersistentFSM.PersistentFsmEvent Base persistent event classPersistentFSM.Reason PersistentFSMBase<S,D,E> This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.