Uses of Enum Class
org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
-
Uses of RabbitRetryTemplateCustomizer.Target in org.springframework.boot.autoconfigure.amqp
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RabbitRetryTemplateCustomizer.Target[]
RabbitRetryTemplateCustomizer.Target.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RabbitRetryTemplateCustomizer.customize
(RabbitRetryTemplateCustomizer.Target target, org.springframework.retry.support.RetryTemplate retryTemplate) Callback to customize aRetryTemplate
instance used in the context of the specifiedRabbitRetryTemplateCustomizer.Target
.