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
Modifier and TypeInterfaceDescriptionstatic interface
The operation will be retried periodically with a maximum number of tries.static interface
The operation will be retried at exponential intervals.static interface
Do not retry: in case of failure the operation will report the error without retrying.