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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
RetryOptionsProvider.RetryOptions.ExponentialRetryOptions, RetryOptionsProvider.RetryOptions.FixedRetryOptions
-
Method Summary
Modifier and TypeMethodDescriptionAmount of time to wait until a timeout.Methods inherited from interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
getExponential, getFixed, getMode
-
Method Details
-
getTryTimeout
Duration getTryTimeout()Amount of time to wait until a timeout.- Returns:
- the timeout.
-