Uses of Enum
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 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 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
.