Interface RedisStateRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RedisRepositoryState,Long>, org.springframework.data.repository.Repository<RedisRepositoryState,Long>, StateRepository<RedisRepositoryState>

public interface RedisStateRepository extends StateRepository<RedisRepositoryState>
A StateRepository interface for Redis used for states.
Author:
Janne Valkealahti
  • 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.StateRepository

    findByMachineId