Interface RetryOptionsProvider.AmqpRetryOptions

All Superinterfaces:
RetryOptionsProvider.RetryOptions
All Known Implementing Classes:
AmqpRetryProperties
Enclosing interface:
RetryOptionsProvider

public static interface RetryOptionsProvider.AmqpRetryOptions extends RetryOptionsProvider.RetryOptions
Interface to be implemented by classes that wish to describe amqp related retry options.
  • Method Details

    • getTryTimeout

      Duration getTryTimeout()
      Amount of time to wait until a timeout.
      Returns:
      the timeout.