Interface RedisStateMachineRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RedisRepositoryStateMachine,String>, org.springframework.data.repository.Repository<RedisRepositoryStateMachine,String>, StateMachineRepository<RedisRepositoryStateMachine>

public interface RedisStateMachineRepository extends StateMachineRepository<RedisRepositoryStateMachine>
A StateMachineRepository interface for Redis used for states machines.
  • Method Summary

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

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