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
Modifier and TypeMethodDescriptionstatic RetryPolicy.NoRetry
instance()
Returns aNoRetry
object.
-
Method Details
-
instance
Returns aNoRetry
object.- Returns:
- a
NoRetry
object
-