S
- the type of stateE
- the type of eventpublic class RedisStateMachinePersister<S,E> extends AbstractStateMachinePersister<S,E,java.lang.String>
StateMachinePersister
to be used with a redis.Constructor and Description |
---|
RedisStateMachinePersister(StateMachinePersist<S,E,java.lang.String> stateMachinePersist)
Instantiates a new redis state machine persister.
|
buildStateMachineContext, persist, restore
public RedisStateMachinePersister(StateMachinePersist<S,E,java.lang.String> stateMachinePersist)
stateMachinePersist
- the state machine persist