Uses of Class
io.github.ravocode.avoonce.spring.IdempotencyProperties
Packages that use IdempotencyProperties
-
Uses of IdempotencyProperties in io.github.ravocode.avoonce.spring
Methods in io.github.ravocode.avoonce.spring with parameters of type IdempotencyPropertiesModifier and TypeMethodDescriptionIdempotencyAutoConfiguration.idempotencyConfig(IdempotencyProperties properties) Configures the coreIdempotencyConfigbased on application properties.org.springframework.boot.web.servlet.FilterRegistrationBean<IdempotencyFilter> IdempotencyAutoConfiguration.idempotencyFilterRegistration(IdempotencyManager manager, IdempotencyProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping> handlerMappingProvider) Registers theIdempotencyFilteras a Spring Boot servlet filter.Constructors in io.github.ravocode.avoonce.spring with parameters of type IdempotencyPropertiesModifierConstructorDescriptionIdempotencyFilter(IdempotencyManager manager, IdempotencyProperties properties) Constructs anIdempotencyFilterwith the given manager and configuration properties.IdempotencyFilter(IdempotencyManager manager, IdempotencyProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping> handlerMappingProvider) Constructs anIdempotencyFilterwith a handler mapping provider.