Package | Description |
---|---|
org.springframework.boot.autoconfigure.amqp |
Auto-configuration for RabbitMQ.
|
Modifier and Type | Method and Description |
---|---|
static RabbitRetryTemplateCustomizer.Target |
RabbitRetryTemplateCustomizer.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RabbitRetryTemplateCustomizer.Target[] |
RabbitRetryTemplateCustomizer.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RabbitRetryTemplateCustomizer.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 . |