Interface RedisTransitionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RedisRepositoryTransition,Long>, org.springframework.data.repository.Repository<RedisRepositoryTransition,Long>, TransitionRepository<RedisRepositoryTransition>

public interface RedisTransitionRepository extends TransitionRepository<RedisRepositoryTransition>
A StateRepository interface for Redis used for transitions.
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface org.springframework.statemachine.data.TransitionRepository

    findByMachineId