Class RabbitRetryTemplateSettings

java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateSettings

public class RabbitRetryTemplateSettings extends Object
Define the settings of a RetryTemplate.
Since:
4.0.0
Author:
Stephane Nicoll
  • Method Details

    • getRetryPolicySettings

      public RetryPolicySettings getRetryPolicySettings()
      Return the RetryPolicySettings to use to customize the retry policy.
      Returns:
      the retry policy settings
    • getRetryListeners

      public LinkedList<RetryListener> getRetryListeners()
      Return the list of RetryListener instances. The returned list is mutable and can be used to add listeners.
      Returns:
      the retry listeners