Uses of Interface
org.zalando.riptide.failsafe.RequestPolicy
Packages that use RequestPolicy
-
Uses of RequestPolicy in org.zalando.riptide.failsafe
Classes in org.zalando.riptide.failsafe that implement RequestPolicyMethods in org.zalando.riptide.failsafe that return RequestPolicyModifier and TypeMethodDescriptionstatic RequestPolicyRequestPolicies.of(dev.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy) static RequestPolicyRequestPolicies.of(dev.failsafe.Policy<org.springframework.http.client.ClientHttpResponse> policy, Predicate<RequestArguments> predicate) static RequestPolicyRequestPolicies.of(RequestPolicy policy, Predicate<RequestArguments> predicate) Methods in org.zalando.riptide.failsafe with parameters of type RequestPolicyModifier and TypeMethodDescriptionstatic RequestPolicyRequestPolicies.of(RequestPolicy policy, Predicate<RequestArguments> predicate) FailsafePlugin.withPolicy(RequestPolicy policy)