T - The return type of the action
THIS CLASS IS EXPERIMENTAL AND THE API IS SUBJECT TO CHANGE
public interface RetryAction<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Execute the action
|
T execute() throws java.lang.Exception
java.lang.Exception - various execution exceptions; The execution throws the last exception
if all retries failed or the observer declines to retry.