Uses of Class
org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice
Package
Description
Provides classes that are used to advise
MessageHandler
s with
cross-cutting concerns.-
Uses of AbstractRequestHandlerAdvice in org.springframework.integration.handler.advice
Modifier and TypeClassDescriptionclass
TheAbstractRequestHandlerAdvice
implementation for cachingAbstractReplyProducingMessageHandler.RequestHandler#handleRequestMessage(Message)
results.class
AnAbstractRequestHandlerAdvice
implementation to store and reset a value into/from some context (e.g.class
Used to adviseMessageHandler
s.class
AnAbstractRequestHandlerAdvice
extension for a rate limiting to service method calls.class
A circuit breaker that stops calling a failing service after threshold failures, until halfOpenAfter milliseconds has elapsed.class
Uses spring-retry to perform stateless or stateful retry.