Package org.springframework.statemachine.recipes.persist
package org.springframework.statemachine.recipes.persist
-
ClassDescription
AbstractPersistStateMachineHandler
is a base recipe which can be used to handle a state change of an arbitrary entity in a persistent storage.The listener interface for receiving persistStateChange events.FactoryPersistStateMachineHandler
is a recipe can be used to handle a state change of an arbitrary entity in a persistent storage.GenericPersistStateMachineHandler
is a recipe which can be used to handle a state change of an arbitrary entity in a persistent storage.PersistStateMachineHandler
is a recipe which can be used to handle a state change of an arbitrary entity in a persistent storage.