Interface RetryPolicy
- All Known Subinterfaces:
RetryPolicy.Constant,RetryPolicy.Exponential,RetryPolicy.NoRetry
public interface RetryPolicy
Some of the operations of the SDK allow to retry the operation
(or part of the operation). This object defines the different types
of retry mode that can be used.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe operation will be retried periodically with a maximum number of tries.static interfaceThe operation will be retried at exponential intervals.static interfaceDo not retry: in case of failure the operation will report the error without retrying.