Package | Description |
---|---|
org.springframework.amqp.rabbit.config |
Provides classes supporting the Rabbit XML namespace.
|
Modifier and Type | Class and Description |
---|---|
static class |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
static class |
RetryInterceptorBuilder.StatelessRetryInterceptorBuilder |
Modifier and Type | Method and Description |
---|---|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.backOffOptions(long initialInterval,
double multiplier,
long maxInterval)
Apply the backoff options.
|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.backOffPolicy(org.springframework.retry.backoff.BackOffPolicy policy)
Apply the back off policy.
|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.maxAttempts(int maxAttempts)
Apply the max attempts - a SimpleRetryPolicy will be used.
|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.recoverer(MessageRecoverer recoverer)
Apply a Message recoverer - default is to log and discard after retry is exhausted.
|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.retryOperations(org.springframework.retry.RetryOperations retryOperations)
Apply the retry operations - once this is set, other properties can no longer be set; can't
be set if other properties have been applied.
|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.retryPolicy(org.springframework.retry.RetryPolicy policy)
Apply the retry policy - cannot be used if a custom retry template has been provided, or the max attempts or
back off options or policy have been applied.
|
Copyright © 2016. All rights reserved.