@API(status=EXPERIMENTAL)
public interface RetryListener
| Modifier and Type | Field and Description |
|---|---|
static RetryListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default void |
onRetry(RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse result,
Throwable failure,
net.jodah.failsafe.ExecutionContext context) |
static final RetryListener DEFAULT
default void onRetry(RequestArguments arguments, @Nullable org.springframework.http.client.ClientHttpResponse result, @Nullable Throwable failure, net.jodah.failsafe.ExecutionContext context)
Copyright © 2015–2019 Zalando SE. All rights reserved.