Uses of Interface
com.github.damianwajser.idempotency.generators.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<Object> keyGenerator, org.springframework.http.HttpMethod... methods)Constructors in com.github.damianwajser.idempotency.configuration with parameters of type IdempotencyKeyGenerator Constructor Description IdempotencyEndpoint(String endpoint, Set<org.springframework.http.HttpMethod> methods, IdempotencyKeyGenerator<Object> 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