Uses of Interface
io.github.ravocode.avoonce.core.spi.IdempotencyRepository
Packages that use IdempotencyRepository
Package
Description
-
Uses of IdempotencyRepository in io.github.ravocode.avoonce.caffeine
Classes in io.github.ravocode.avoonce.caffeine that implement IdempotencyRepositoryModifier and TypeClassDescriptionclassIn-memoryIdempotencyRepositorybacked by a Caffeine cache. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.core
Constructors in io.github.ravocode.avoonce.core with parameters of type IdempotencyRepositoryModifierConstructorDescriptionIdempotencyManager(IdempotencyRepository repository) Constructs anIdempotencyManagerusing the defaultSha256RequestHasher.IdempotencyManager(IdempotencyRepository repository, RequestHasher hasher) Constructs anIdempotencyManagerwith a customRequestHasher. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.jaxrs
Constructors in io.github.ravocode.avoonce.jaxrs with parameters of type IdempotencyRepositoryModifierConstructorDescriptionIdempotencyContainerFilter(IdempotencyRepository repository) Creates a filter with default configuration.IdempotencyContainerFilter(IdempotencyRepository repository, IdempotencyJaxRsConfig config) Creates a filter with custom configuration. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.jdbc
Classes in io.github.ravocode.avoonce.jdbc that implement IdempotencyRepositoryModifier and TypeClassDescriptionclassA distributedIdempotencyRepositorybacked by any JDBC-compatible database. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.redis
Classes in io.github.ravocode.avoonce.redis that implement IdempotencyRepositoryModifier and TypeClassDescriptionclassA distributedIdempotencyRepositorybacked by Redis using Jedis. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.sample.quarkus
Methods in io.github.ravocode.avoonce.sample.quarkus that return IdempotencyRepositoryModifier and TypeMethodDescriptionIdempotencyFilterProducer.idempotencyRepository()Produces the repository used by the Quarkus JAX-RS filter. -
Uses of IdempotencyRepository in io.github.ravocode.avoonce.spring
Methods in io.github.ravocode.avoonce.spring with parameters of type IdempotencyRepositoryModifier and TypeMethodDescriptionIdempotencyAutoConfiguration.idempotencyManager(IdempotencyRepository repository) Creates the primaryIdempotencyManagerbean backed by the resolvedIdempotencyRepository.Constructors in io.github.ravocode.avoonce.spring with parameters of type IdempotencyRepositoryModifierConstructorDescriptionJdbcEvictionTask(IdempotencyRepository repository) Constructs aJdbcEvictionTaskwith the given repository.