Uses of Class
io.github.ravocode.avoonce.core.IdempotencyManager
Packages that use IdempotencyManager
-
Uses of IdempotencyManager in io.github.ravocode.avoonce.spring
Methods in io.github.ravocode.avoonce.spring that return IdempotencyManagerModifier and TypeMethodDescriptionIdempotencyAutoConfiguration.idempotencyManager(IdempotencyRepository repository) Creates the primaryIdempotencyManagerbean backed by the resolvedIdempotencyRepository.Methods in io.github.ravocode.avoonce.spring with parameters of type IdempotencyManagerModifier and TypeMethodDescriptionorg.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 IdempotencyManagerModifierConstructorDescriptionIdempotencyFilter(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.