public interface IRetry
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Throwable> |
execute(RetryCallback<T,E> retryCallback)
Execute the supplied
CheckedCallable with the configured retry semantics. |
<T,E extends Throwable> T execute(RetryCallback<T,E> retryCallback) throws E extends Throwable
CheckedCallable with the configured retry semantics. See
implementations for configuration details.T - the return valueE - the exception thrownretryCallback - the CheckedCallableE - the exception thrownE extends ThrowableCopyright © 2024. All rights reserved.