Uses of Class
com.github.damianwajser.idempotency.configuration.IdempotencyProperties
-
Packages that use IdempotencyProperties Package Description com.github.damianwajser.idempotency.configuration com.github.damianwajser.idempotency.filters -
-
Uses of IdempotencyProperties in com.github.damianwajser.idempotency.configuration
Methods in com.github.damianwajser.idempotency.configuration with parameters of type IdempotencyProperties Modifier and Type Method Description javax.servlet.FilterIdempotencyFilterConfiguration. someFilter(IdempotencyEndpoints idempotencyEndpoints, IdempotencyProperties idempotencyProperties, org.springframework.data.redis.core.RedisTemplate redisTemplate)org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter>IdempotencyFilterConfiguration. someFilterRegistration(IdempotencyEndpoints idempotencyEndpoints, IdempotencyProperties idempotencyProperties, org.springframework.data.redis.core.RedisTemplate redisTemplate) -
Uses of IdempotencyProperties in com.github.damianwajser.idempotency.filters
Constructors in com.github.damianwajser.idempotency.filters with parameters of type IdempotencyProperties Constructor Description IdempontecyFilter(org.springframework.data.redis.core.RedisTemplate<String,Object> redisTemplate, IdempotencyEndpoints idempotencyEndpoints, IdempotencyProperties properties)
-