Interface RetryOptionsProvider
public interface RetryOptionsProvider
Interface to be implemented by classes that wish to provide the retry options.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface to be implemented by classes that wish to describe amqp related retry options.static enum
The retry backoff mode when retrying.static interface
Interface to be implemented by classes that wish to describe retry options. -
Method Summary
-
Method Details
-
getRetry
RetryOptionsProvider.RetryOptions getRetry()Get the retry configuration.- Returns:
- the retry configuration.
-