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 interfaceInterface to be implemented by classes that wish to describe amqp related retry options.static enumThe retry backoff mode when retrying.static interfaceInterface 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.
-