public interface ShouldRetry
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRetry(int previousAttempts,
long totalElapsedTimeMillis,
com.smartsheet.api.internal.http.HttpResponse response)
Callback interface to determine if this request can be retried.
|
boolean shouldRetry(int previousAttempts,
long totalElapsedTimeMillis,
com.smartsheet.api.internal.http.HttpResponse response)
previousAttempts - totalElapsedTimeMillis - response - Copyright © 2014–2017 Smartsheet. All rights reserved.