U - input typeV - output typepublic class RetryingFunction<U,V>
extends java.lang.Object
implements java.util.function.Function<U,V>
| Constructor and Description |
|---|
RetryingFunction(java.util.function.Function<U,V> baseFunction,
java.lang.Class<? extends java.lang.Throwable> exceptionClass,
int maxRetries,
int maxDelayBetweenRetries) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(U input) |