Package cloud.genesys.webmessaging.sdk
Class ApiClient.RetryConfiguration
java.lang.Object
cloud.genesys.webmessaging.sdk.ApiClient.RetryConfiguration
- Enclosing class:
- ApiClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBackoffIntervalMs(long backoffIntervalMs) voidsetMaxRetriesBeforeBackoff(int maxRetriesBeforeBackoff) voidsetMaxRetryTimeSec(int maxRetryTimeSec) voidsetRetryAfterDefaultMs(long retryAfterDefaultMs)
-
Constructor Details
-
RetryConfiguration
public RetryConfiguration()
-
-
Method Details
-
setBackoffIntervalMs
public void setBackoffIntervalMs(long backoffIntervalMs) -
setRetryAfterDefaultMs
public void setRetryAfterDefaultMs(long retryAfterDefaultMs) -
setMaxRetryTimeSec
public void setMaxRetryTimeSec(int maxRetryTimeSec) -
setMaxRetriesBeforeBackoff
public void setMaxRetriesBeforeBackoff(int maxRetriesBeforeBackoff)
-