@FunctionalInterface public static interface Invoker.Retried
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(String text,
IOException exception,
int retries,
boolean idempotent)
Retry event in progress (before any sleep).
|
void onFailure(String text, IOException exception, int retries, boolean idempotent)
text - text passed in to the retry() Call.exception - the caught (and possibly translated) exception.retries - number of retries so faridempotent - is the request idempotent.Copyright © 2008–2021 Apache Software Foundation. All rights reserved.