@FunctionalInterface
public static interface Retry.Retryable<ReturnT,RetryableET extends java.lang.Exception,NonRetryableET extends java.lang.Exception>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
attempt() |
ReturnT attempt() throws RetryableET extends java.lang.Exception, NonRetryableET extends java.lang.Exception
RetryableET extends java.lang.Exception