Uses of Class
io.github.ravocode.avoonce.jdbc.JdbcIdempotencyRepository
Packages that use JdbcIdempotencyRepository
-
Uses of JdbcIdempotencyRepository in io.github.ravocode.avoonce.spring
Methods in io.github.ravocode.avoonce.spring that return JdbcIdempotencyRepositoryModifier and TypeMethodDescriptionJdbcIdempotencyAutoConfiguration.jdbcAutoRepository(DataSource dataSource, IdempotencyConfig config) Auto-wires the JDBC repository when DataSource is present, Caffeine is absent, and store property is auto.JdbcIdempotencyAutoConfiguration.jdbcExplicitRepository(DataSource dataSource, IdempotencyConfig config) Wires the JDBC repository whenavoonce.idempotency.store=jdbcis explicitly set.Methods in io.github.ravocode.avoonce.spring with parameters of type JdbcIdempotencyRepositoryModifier and TypeMethodDescriptionJdbcIdempotencyAutoConfiguration.jdbcEvictionTask(JdbcIdempotencyRepository repository) Configures the scheduled background cleanup task for expired JDBC idempotency records.