@API(status=EXPERIMENTAL) public final class CompoundRetryListener extends Object implements RetryListener
DEFAULT| Constructor and Description |
|---|
CompoundRetryListener(Collection<RetryListener> listeners) |
CompoundRetryListener(RetryListener... listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
onRetry(RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse result,
Throwable failure,
net.jodah.failsafe.ExecutionContext context) |
public CompoundRetryListener(RetryListener... listeners)
public CompoundRetryListener(Collection<RetryListener> listeners)
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.