Package cloud.genesys.webmessaging.sdk
Class ApiClient.RetryConfiguration
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.ApiClient.RetryConfiguration
-
-
Constructor Summary
Constructors Constructor Description RetryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBackoffIntervalMs(long backoffIntervalMs)voidsetMaxRetriesBeforeBackoff(int maxRetriesBeforeBackoff)voidsetMaxRetryTimeSec(int maxRetryTimeSec)voidsetRetryAfterDefaultMs(long retryAfterDefaultMs)
-
-
-
Method Detail
-
setBackoffIntervalMs
public void setBackoffIntervalMs(long backoffIntervalMs)
-
setRetryAfterDefaultMs
public void setRetryAfterDefaultMs(long retryAfterDefaultMs)
-
setMaxRetryTimeSec
public void setMaxRetryTimeSec(int maxRetryTimeSec)
-
setMaxRetriesBeforeBackoff
public void setMaxRetriesBeforeBackoff(int maxRetriesBeforeBackoff)
-
-