Package | Description |
---|---|
org.springframework.integration.handler.advice |
Provides classes that are used to advise
MessageHandler s with
cross-cutting concerns. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatingRequestHandlerAdvice
Used to advise
MessageHandler s. |
class |
RequestHandlerCircuitBreakerAdvice
A circuit breaker that stops calling a failing service after threshold
failures, until halfOpenAfter milliseconds has elapsed.
|
class |
RequestHandlerRetryAdvice
Uses spring-retry to perform stateless or stateful retry.
|
Copyright © 2016. All rights reserved.