public class NoBackoffStrategy extends Object implements BackoffStrategy
| Constructor and Description |
|---|
NoBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable) |
public <T> T call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable)
throws BackoffException
call in interface BackoffStrategyBackoffExceptionCopyright © 2016–2019 Zalando SE. All rights reserved.