Class RedisStateMachinePersister<S,E>
java.lang.Object
org.springframework.statemachine.persist.AbstractStateMachinePersister<S,E,String>
org.springframework.statemachine.data.redis.RedisStateMachinePersister<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Implemented Interfaces:
StateMachinePersister<S,
E, String>
Implementation of a
StateMachinePersister
to be used with a redis.-
Constructor Summary
ConstructorDescriptionRedisStateMachinePersister
(StateMachinePersist<S, E, String> stateMachinePersist) Instantiates a new redis state machine persister. -
Method Summary
Methods inherited from class org.springframework.statemachine.persist.AbstractStateMachinePersister
buildStateMachineContext, persist, restore
-
Constructor Details
-
RedisStateMachinePersister
Instantiates a new redis state machine persister.- Parameters:
stateMachinePersist
- the state machine persist
-