Class RabbitRetryTemplateSettings
java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateSettings
Define the settings of a
RetryTemplate.- Since:
- 4.0.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list ofRetryListenerinstances.Return theRetryPolicySettingsto use to customize the retry policy.
-
Method Details
-
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
-