Package org.springframework.statemachine.persist
package org.springframework.statemachine.persist
-
ClassDescriptionBase class for
StateMachineInterceptorpersistingStateMachineContexts.Base implementation of aStateMachinePersistereasing persist and restore operations with aStateMachinePersist.DefaultStateMachinePersister<S,E, T> Default implementation of aStateMachinePersister.AStateMachinePersistusing a genericStateMachineContextRepositoryfor persistingStateMachineContext.StateMachinePersister<S,E, T> Interface persisting and restoring aStateMachinefrom a persistent storage.StateMachineRuntimePersister<S,E, T> Interface defining a runtime persistence of aStateMachine.