Index

A B C D E F G I L M O P R T W 
All Classes and Interfaces|All Packages|Serialized Form

A

applies(RequestArguments) - Method in interface org.zalando.riptide.failsafe.RequestPolicy
 
applies(RequestArguments) - Method in class org.zalando.riptide.failsafe.RetryRequestPolicy
 
aroundAsync(RequestExecution) - Method in class org.zalando.riptide.failsafe.FailsafePlugin
 

B

BackupRequest<R> - Class in org.zalando.riptide.failsafe
 
BackupRequest(long, TimeUnit) - Constructor for class org.zalando.riptide.failsafe.BackupRequest
 

C

CheckedPredicateConverter - Class in org.zalando.riptide.failsafe
 
CircuitBreakerListener - Interface in org.zalando.riptide.failsafe
 
composite(ContextualSupplier<R, Duration>...) - Static method in class org.zalando.riptide.failsafe.CompositeDelayFunction
 
composite(Collection<TaskDecorator>) - Static method in interface org.zalando.riptide.failsafe.TaskDecorator
 
composite(TaskDecorator...) - Static method in interface org.zalando.riptide.failsafe.TaskDecorator
 
CompositeDelayFunction<R> - Class in org.zalando.riptide.failsafe
 
CompositeDelayFunction() - Constructor for class org.zalando.riptide.failsafe.CompositeDelayFunction
 
CompositeRetryListener - Class in org.zalando.riptide.failsafe
 
CompositeRetryListener(RetryListener...) - Constructor for class org.zalando.riptide.failsafe.CompositeRetryListener
 

D

decorate(ContextualSupplier<T, R>) - Method in interface org.zalando.riptide.failsafe.TaskDecorator
 
decorate(ContextualSupplier<T, R>) - Method in class org.zalando.riptide.soap.PreserveContextClassLoaderTaskDecorator
 
DEFAULT - Static variable in interface org.zalando.riptide.failsafe.CircuitBreakerListener
 
DEFAULT - Static variable in interface org.zalando.riptide.failsafe.RetryListener
 

E

execute(ClientHttpResponse, MessageReader) - Method in class org.zalando.riptide.failsafe.RetryRoute
 

F

FailsafePlugin - Class in org.zalando.riptide.failsafe
 
FailsafePlugin() - Constructor for class org.zalando.riptide.failsafe.FailsafePlugin
 

G

get(ExecutionContext<ClientHttpResponse>) - Method in class org.zalando.riptide.failsafe.RateLimitResetDelayFunction
 
get(ExecutionContext<ClientHttpResponse>) - Method in class org.zalando.riptide.failsafe.RetryAfterDelayFunction
 
get(ExecutionContext<R>) - Method in class org.zalando.riptide.failsafe.CompositeDelayFunction
 

I

identity() - Static method in interface org.zalando.riptide.failsafe.TaskDecorator
 

L

LoggingRetryListener - Class in org.zalando.riptide.failsafe
 
LoggingRetryListener() - Constructor for class org.zalando.riptide.failsafe.LoggingRetryListener
 

M

MetricsCircuitBreakerListener - Class in org.zalando.riptide.failsafe.metrics
 
MetricsCircuitBreakerListener(MeterRegistry) - Constructor for class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 

O

of(Policy<ClientHttpResponse>) - Static method in class org.zalando.riptide.failsafe.RequestPolicies
 
of(Policy<ClientHttpResponse>, Predicate<RequestArguments>) - Static method in class org.zalando.riptide.failsafe.RequestPolicies
 
of(RequestPolicy, Predicate<RequestArguments>) - Static method in class org.zalando.riptide.failsafe.RequestPolicies
 
onClose() - Method in interface org.zalando.riptide.failsafe.CircuitBreakerListener
 
onClose() - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
onHalfOpen() - Method in interface org.zalando.riptide.failsafe.CircuitBreakerListener
 
onHalfOpen() - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
onOpen() - Method in interface org.zalando.riptide.failsafe.CircuitBreakerListener
 
onOpen() - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
onRetry(RequestArguments, ExecutionAttemptedEvent<ClientHttpResponse>) - Method in class org.zalando.riptide.failsafe.CompositeRetryListener
 
onRetry(RequestArguments, ExecutionAttemptedEvent<ClientHttpResponse>) - Method in class org.zalando.riptide.failsafe.LoggingRetryListener
 
onRetry(RequestArguments, ExecutionAttemptedEvent<ClientHttpResponse>) - Method in interface org.zalando.riptide.failsafe.RetryListener
 
org.zalando.riptide.failsafe - package org.zalando.riptide.failsafe
 
org.zalando.riptide.failsafe.metrics - package org.zalando.riptide.failsafe.metrics
 
org.zalando.riptide.soap - package org.zalando.riptide.soap
 

P

prepare(RequestArguments) - Method in interface org.zalando.riptide.failsafe.RequestPolicy
 
prepare(RequestArguments) - Method in class org.zalando.riptide.failsafe.RetryRequestPolicy
 
PreserveContextClassLoaderTaskDecorator - Class in org.zalando.riptide.soap
 
PreserveContextClassLoaderTaskDecorator() - Constructor for class org.zalando.riptide.soap.PreserveContextClassLoaderTaskDecorator
 

R

RateLimitResetDelayFunction - Class in org.zalando.riptide.failsafe
 
RateLimitResetDelayFunction(Clock) - Constructor for class org.zalando.riptide.failsafe.RateLimitResetDelayFunction
 
RequestPolicies - Class in org.zalando.riptide.failsafe
 
RequestPolicy - Interface in org.zalando.riptide.failsafe
 
retry() - Static method in class org.zalando.riptide.failsafe.RetryRoute
 
RetryAfterDelayFunction - Class in org.zalando.riptide.failsafe
 
RetryAfterDelayFunction(Clock) - Constructor for class org.zalando.riptide.failsafe.RetryAfterDelayFunction
 
RetryException - Exception in org.zalando.riptide.failsafe
 
RetryListener - Interface in org.zalando.riptide.failsafe
 
RetryRequestPolicy - Class in org.zalando.riptide.failsafe
 
RetryRequestPolicy(RetryPolicy<ClientHttpResponse>) - Constructor for class org.zalando.riptide.failsafe.RetryRequestPolicy
 
RetryRoute - Class in org.zalando.riptide.failsafe
 

T

TaskDecorator - Interface in org.zalando.riptide.failsafe
 
toCheckedPredicate(Predicate<T>) - Static method in class org.zalando.riptide.failsafe.CheckedPredicateConverter
 
toExecutor(int) - Method in class org.zalando.riptide.failsafe.BackupRequest
 

W

withDecorator(TaskDecorator) - Method in class org.zalando.riptide.failsafe.FailsafePlugin
 
withDefaultTags(Tag...) - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
withDefaultTags(Iterable<Tag>) - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
withListener(RetryListener) - Method in class org.zalando.riptide.failsafe.RetryRequestPolicy
 
withMetricName(String) - Method in class org.zalando.riptide.failsafe.metrics.MetricsCircuitBreakerListener
 
withPolicy(Policy<ClientHttpResponse>) - Method in class org.zalando.riptide.failsafe.FailsafePlugin
 
withPolicy(Policy<ClientHttpResponse>, Predicate<RequestArguments>) - Method in class org.zalando.riptide.failsafe.FailsafePlugin
 
withPolicy(RequestPolicy) - Method in class org.zalando.riptide.failsafe.FailsafePlugin
 
withPredicate(Predicate<RequestArguments>) - Method in class org.zalando.riptide.failsafe.RetryRequestPolicy
 
A B C D E F G I L M O P R T W 
All Classes and Interfaces|All Packages|Serialized Form