Class | Description |
---|---|
AnnotationAwareRetryOperationsInterceptor |
Interceptor that parses the retry metadata on the method it is invoking and
delegates to an appropriate RetryOperationsInterceptor.
|
RecoverAnnotationRecoveryHandler<T> |
A recoverer for method invocations based on the
@Recover annotation. |
RetryConfiguration |
Basic configuration for
@Retryable processing. |
Annotation Type | Description |
---|---|
Backoff |
Collects metadata for a
BackOffPolicy . |
CircuitBreaker |
Annotation for a method invocation that is retryable.
|
EnableRetry |
Global enabler for
@Retryable annotations in Spring beans. |
Recover |
Annotation for a method invocation that is a recovery handler.
|
Retryable |
Annotation for a method invocation that is retryable.
|
Copyright © 2018 SpringSource. All rights reserved.