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 ofRetryListener
instances.Return theRetryPolicySettings
to use to customize the retry policy.
-
Method Details
-
getRetryPolicySettings
Return theRetryPolicySettings
to use to customize the retry policy.- Returns:
- the retry policy settings
-
getRetryListeners
Return the list ofRetryListener
instances. The returned list is mutable and can be used to add listeners.- Returns:
- the retry listeners
-