Uses of Interface
com.github.damianwajser.idempotency.generators.IdempotencyKeyGenerator
-
Packages that use IdempotencyKeyGenerator Package Description com.github.damianwajser.idempotency.configuration com.github.damianwajser.idempotency.generators -
-
Uses of IdempotencyKeyGenerator in com.github.damianwajser.idempotency.configuration
Methods in com.github.damianwajser.idempotency.configuration with parameters of type IdempotencyKeyGenerator Modifier and Type Method Description IdempotencyEndpointIdempotencyEndpoints. addIdempotencyEndpoint(String endpoint, IdempotencyKeyGenerator keyGenerator, org.springframework.http.HttpMethod... methods)Constructors in com.github.damianwajser.idempotency.configuration with parameters of type IdempotencyKeyGenerator Constructor Description IdempotencyEndpoint(Set<org.springframework.http.HttpMethod> methods, IdempotencyKeyGenerator generator) -
Uses of IdempotencyKeyGenerator in com.github.damianwajser.idempotency.generators
Classes in com.github.damianwajser.idempotency.generators that implement IdempotencyKeyGenerator Modifier and Type Class Description classDefaultIdempotencyKeyGenerator
-