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 state
E - the type of event
All Implemented Interfaces:
StateMachinePersister<S,E,String>

public class RedisStateMachinePersister<S,E> extends AbstractStateMachinePersister<S,E,String>
Implementation of a StateMachinePersister to be used with a redis.
  • Constructor Details

    • RedisStateMachinePersister

      public RedisStateMachinePersister(StateMachinePersist<S,E,String> stateMachinePersist)
      Instantiates a new redis state machine persister.
      Parameters:
      stateMachinePersist - the state machine persist