Package | Description |
---|---|
org.springframework.amqp.rabbit.config |
Provides classes supporting the Rabbit XML namespace.
|
Modifier and Type | Method and Description |
---|---|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.backOffOptions(long initialInterval,
double multiplier,
long maxInterval) |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.backOffPolicy(org.springframework.retry.backoff.BackOffPolicy policy) |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.maxAttempts(int maxAttempts) |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.messageKeyGenerator(MessageKeyGenerator messageKeyGenerator)
Stateful retry requires messages to be identifiable.
|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.newMessageIdentifier(NewMessageIdentifier newMessageIdentifier)
Apply a custom new message identifier.
|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.recoverer(MessageRecoverer recoverer) |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.retryOperations(org.springframework.retry.RetryOperations retryOperations) |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.retryPolicy(org.springframework.retry.RetryPolicy policy) |
static RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.stateful()
Create a builder for a stateful retry interceptor.
|
Copyright © 2015. All rights reserved.