Package org.springframework.statemachine.persist
package org.springframework.statemachine.persist
-
ClassDescriptionBase class for
StateMachineInterceptor
persistingStateMachineContext
s.Base implementation of aStateMachinePersister
easing persist and restore operations with aStateMachinePersist
.DefaultStateMachinePersister<S,E, T> Default implementation of aStateMachinePersister
.AStateMachinePersist
using a genericStateMachineContextRepository
for persistingStateMachineContext
.StateMachinePersister<S,E, T> Interface persisting and restoring aStateMachine
from a persistent storage.StateMachineRuntimePersister<S,E, T> Interface defining a runtime persistence of aStateMachine
.