Uses of Enum Class
org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateCustomizer.Target
Packages that use RabbitRetryTemplateCustomizer.Target
-
Uses of RabbitRetryTemplateCustomizer.Target in org.springframework.boot.amqp.autoconfigure
Subclasses with type arguments of type RabbitRetryTemplateCustomizer.Target in org.springframework.boot.amqp.autoconfigureModifier and TypeClassDescriptionstatic enum
Define the available target for aRetryTemplate
.Methods in org.springframework.boot.amqp.autoconfigure that return RabbitRetryTemplateCustomizer.TargetModifier 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.Methods in org.springframework.boot.amqp.autoconfigure with parameters of type RabbitRetryTemplateCustomizer.TargetModifier 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
.