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 theRetryPolicySettingsto use to customize the retry policy.Methods in org.springframework.boot.amqp.autoconfigure with parameters of type RetryPolicySettingsModifier and TypeMethodDescriptionvoidRabbitListenerRetrySettingsCustomizer.customize(RetryPolicySettings retrySettings) Callback to customize theRetryPolicySettingsto create theRetryPolicyused by message listeners.