public class PredefinedRetryPolicies extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PredefinedRetryPolicies.SdkDefaultRetryPolicy |
| Modifier and Type | Field and Description |
|---|---|
static RetryPolicy |
DEFAULT
SDK default retry policy
|
static RetryPolicy |
NO_RETRY_POLICY
No retry policy
|
| Constructor and Description |
|---|
PredefinedRetryPolicies() |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy |
getDefaultRetryPolicy()
Returns the SDK default retry policy.
|
public static final RetryPolicy NO_RETRY_POLICY
public static final RetryPolicy DEFAULT
public static RetryPolicy getDefaultRetryPolicy()
ClientConfig.setMaxErrorRetry(int)Copyright © 2023. All rights reserved.