public interface CalcBackoff
| Modifier and Type | Method and Description |
|---|---|
long |
calcBackoff(int previousAttempts,
long totalElapsedTimeMillis,
Error error)
Determines the backoff time after a failed API call.
|
long calcBackoff(int previousAttempts,
long totalElapsedTimeMillis,
Error error)
previousAttempts - totalElapsedTimeMillis - error - Copyright © 2014–2017 Smartsheet. All rights reserved.