@FunctionalInterface public static interface RetryHandler.RetryLogger
| Modifier and Type | Method and Description |
|---|---|
void |
onRetryLog(Exception e,
int attempt,
long waitTimeMs)
Called when a retry attempt is about to be made.
|
void onRetryLog(Exception e, int attempt, long waitTimeMs)
e - The exception that caused the retryattempt - The current attempt number (1-based)waitTimeMs - The wait time before the next retry in millisecondsCopyright © 2026 Alibaba Cloud Computing. All rights reserved.