public interface RetryExecutor<T,S>
| Modifier and Type | Method and Description |
|---|---|
S |
execute(Callable<T> callable) |
S |
execute(Callable<T> callable,
String callName) |
void |
setConfig(RetryConfig config) |
S execute(Callable<T> callable) throws RetriesExhaustedException, UnexpectedException
S execute(Callable<T> callable, String callName) throws RetriesExhaustedException, UnexpectedException
void setConfig(RetryConfig config)
Copyright © 2018. All rights reserved.