@API(status=EXPERIMENTAL) public final class LoggingRetryListener extends Object implements RetryListener
DEFAULT| Constructor and Description |
|---|
LoggingRetryListener() |
LoggingRetryListener(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
onRetry(RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse result,
Throwable failure,
net.jodah.failsafe.ExecutionContext context) |
public LoggingRetryListener()
public LoggingRetryListener(org.slf4j.Logger logger)
public void onRetry(RequestArguments arguments, @Nullable org.springframework.http.client.ClientHttpResponse result, @Nullable Throwable failure, net.jodah.failsafe.ExecutionContext context)
onRetry in interface RetryListenerCopyright © 2015–2019 Zalando SE. All rights reserved.