@FunctionalInterface public interface RabbitRetryTemplateCustomizer
RetryTemplate
used as part
of the Rabbit infrastructure.Modifier and Type | Interface and Description |
---|---|
static class |
RabbitRetryTemplateCustomizer.Target
Define the available target for a
RetryTemplate . |
Modifier and Type | Method and Description |
---|---|
void |
customize(RabbitRetryTemplateCustomizer.Target target,
org.springframework.retry.support.RetryTemplate retryTemplate)
Callback to customize a
RetryTemplate instance used in the context of the
specified RabbitRetryTemplateCustomizer.Target . |
void customize(RabbitRetryTemplateCustomizer.Target target, org.springframework.retry.support.RetryTemplate retryTemplate)
RetryTemplate
instance used in the context of the
specified RabbitRetryTemplateCustomizer.Target
.target
- the RabbitRetryTemplateCustomizer.Target
of the retry templateretryTemplate
- the template to customize