public class GoneAndRetryWithRetryPolicy extends Object implements com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy
com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy.ShouldRetryResult| Modifier and Type | Field and Description |
|---|---|
static com.microsoft.azure.cosmosdb.internal.Quadruple<Boolean,Boolean,Duration,Integer> |
INITIAL_ARGUMENT_VALUE_POLICY_ARG |
| Constructor and Description |
|---|
GoneAndRetryWithRetryPolicy(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request,
Integer waitTimeInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
rx.Single<com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy.ShouldRetryResult> |
shouldRetry(Exception exception) |
public static com.microsoft.azure.cosmosdb.internal.Quadruple<Boolean,Boolean,Duration,Integer> INITIAL_ARGUMENT_VALUE_POLICY_ARG
public GoneAndRetryWithRetryPolicy(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request, Integer waitTimeInSeconds)
public rx.Single<com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy.ShouldRetryResult> shouldRetry(Exception exception)
shouldRetry in interface com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicyCopyright © 2020. All rights reserved.