Class RabbitRetryTemplateSettings
java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateSettings
Define the settings of a
RetryTemplate.- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionLinkedList<org.springframework.core.retry.RetryListener> Return the list ofRetryListenerinstances.org.springframework.boot.retry.RetryPolicySettingsReturn theRetryPolicySettingsto use to customize the retry policy.
-
Method Details
-
getRetryPolicySettings
public org.springframework.boot.retry.RetryPolicySettings getRetryPolicySettings()Return theRetryPolicySettingsto use to customize the retry policy.- Returns:
- the retry policy settings
-
getRetryListeners
Return the list ofRetryListenerinstances. The returned list is mutable and can be used to add listeners.- Returns:
- the retry listeners
-