Class RedisStateMachineContextRepository<S,E>

java.lang.Object
org.springframework.statemachine.data.redis.RedisStateMachineContextRepository<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineContextRepository<S,E,StateMachineContext<S,E>>

public class RedisStateMachineContextRepository<S,E> extends Object implements StateMachineContextRepository<S,E,StateMachineContext<S,E>>
A StateMachineContextRepository backed by a redis and kryo serialization.
Author:
Janne Valkealahti