| Constructor and Description |
|---|
FailsafePlugin() |
| Modifier and Type | Method and Description |
|---|---|
RequestExecution |
aroundAsync(RequestExecution execution) |
FailsafePlugin |
withDecorator(TaskDecorator decorator) |
FailsafePlugin |
withPolicy(net.jodah.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy) |
FailsafePlugin |
withPolicy(net.jodah.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy,
Predicate<RequestArguments> predicate) |
FailsafePlugin |
withPolicy(RequestPolicy policy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundDispatch, aroundNetwork, aroundSerialization, composite, compositepublic FailsafePlugin withPolicy(net.jodah.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy)
public FailsafePlugin withPolicy(net.jodah.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy, Predicate<RequestArguments> predicate)
public FailsafePlugin withPolicy(RequestPolicy policy)
public FailsafePlugin withDecorator(TaskDecorator decorator)
public RequestExecution aroundAsync(RequestExecution execution)
aroundAsync in interface PluginCopyright © 2015–2022 Zalando SE. All rights reserved.