Interface RetryPolicy.NoRetry
- All Superinterfaces:
RetryPolicy
- Enclosing interface:
- RetryPolicy
Do not retry: in case of failure the operation will report
the error without retrying.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.RetryPolicy
RetryPolicy.Constant, RetryPolicy.Exponential, RetryPolicy.NoRetry -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RetryPolicy.NoRetryinstance()Returns aNoRetryobject.
-
Method Details
-
instance
Returns aNoRetryobject.- Returns:
- a
NoRetryobject
-