@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,
net.jodah.failsafe.event.ExecutionAttemptedEvent<org.springframework.http.client.ClientHttpResponse> event) |
static final RetryListener DEFAULT
default void onRetry(RequestArguments arguments, net.jodah.failsafe.event.ExecutionAttemptedEvent<org.springframework.http.client.ClientHttpResponse> event)
Copyright © 2015–2023 Zalando SE. All rights reserved.