Uses of Class
org.springframework.boot.retry.RetryPolicySettings
Packages that use RetryPolicySettings
-
Uses of RetryPolicySettings in org.springframework.boot.amqp.autoconfigure
Methods in org.springframework.boot.amqp.autoconfigure that return RetryPolicySettingsModifier and TypeMethodDescriptionRabbitRetryTemplateSettings.getRetryPolicySettings()
Return theRetryPolicySettings
to use to customize the retry policy.Methods in org.springframework.boot.amqp.autoconfigure with parameters of type RetryPolicySettingsModifier and TypeMethodDescriptionvoid
RabbitListenerRetrySettingsCustomizer.customize
(RetryPolicySettings retrySettings) Callback to customize theRetryPolicySettings
to create theRetryPolicy
used by message listeners.