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
  • Method Details

    • getRetryPolicySettings

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

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