public interface BackoffStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> T |
call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable) |
<T> T call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable)
throws BackoffException,
InterruptedException
BackoffExceptionInterruptedExceptionCopyright © 2016–2018 Zalando SE. All rights reserved.