Index
All Classes and Interfaces|All Packages
A
- accept(T) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- apply(T) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- apply(T) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
C
- call() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- callable - Variable in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- consumer - Variable in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
D
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- decorate() - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- DecorateCallable(Callable) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateCallable
- DecorateCheckedFunction(CheckedFunction) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- DecorateCheckedRunnable(CheckedRunnable) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- DecorateCheckedSupplier(CheckedSupplier) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- DecorateCompletionStage(Supplier) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- DecorateConsumer(Consumer) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- DecorateFunction(Function) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateFunction
- DecorateRunnable(Runnable) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- DecorateSupplier(Supplier) - Constructor for class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- Decorators - Interface in io.github.resilience4j.decorators
-
A Decorator builder which can be used to apply multiple decorators to a Supplier, Callable Function, Runnable, CompletionStage or Consumer.
- Decorators.DecorateCallable<T> - Class in io.github.resilience4j.decorators
- Decorators.DecorateCheckedFunction<T,
R> - Class in io.github.resilience4j.decorators - Decorators.DecorateCheckedRunnable - Class in io.github.resilience4j.decorators
- Decorators.DecorateCheckedSupplier<T> - Class in io.github.resilience4j.decorators
- Decorators.DecorateCompletionStage<T> - Class in io.github.resilience4j.decorators
- Decorators.DecorateConsumer<T> - Class in io.github.resilience4j.decorators
- Decorators.DecorateFunction<T,
R> - Class in io.github.resilience4j.decorators - Decorators.DecorateRunnable - Class in io.github.resilience4j.decorators
- Decorators.DecorateSupplier<T> - Class in io.github.resilience4j.decorators
F
- function - Variable in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- function - Variable in class io.github.resilience4j.decorators.Decorators.DecorateFunction
G
- get() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- get() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- get() - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- getCompletionStageSupplier(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- getCompletionStageSupplier(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- getCompletionStageSupplier(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
I
- io.github.resilience4j.decorators - package io.github.resilience4j.decorators
O
- ofCallable(Callable) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofCheckedFunction(CheckedFunction) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofCheckedRunnable(CheckedRunnable) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofCheckedSupplier(CheckedSupplier) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofCompletionStage(Supplier) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofConsumer(Consumer) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofFunction(Function) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofRunnable(Runnable) - Static method in interface io.github.resilience4j.decorators.Decorators
- ofSupplier(Supplier) - Static method in interface io.github.resilience4j.decorators.Decorators
R
- run() - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- run() - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- runnable - Variable in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- runnable - Variable in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
S
- stageSupplier - Variable in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- supplier - Variable in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- supplier - Variable in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
W
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withCache(Cache) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withCache(Cache) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withFallback(CheckedBiFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withFallback(CheckedFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withFallback(Class, CheckedFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withFallback(Class, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withFallback(Class, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withFallback(BiFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withFallback(BiFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withFallback(BiFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withFallback(Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withFallback(Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withFallback(Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withFallback(Predicate, CheckedFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withFallback(Predicate, UnaryOperator) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withFallback(Predicate, UnaryOperator) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withFallback(Predicate, UnaryOperator) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withFallback(List, CheckedFunction) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withFallback(List, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withFallback(List, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withFallback(List, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withRateLimiter(RateLimiter, int) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withRateLimiter(RateLimiter, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withRateLimiter(RateLimiter, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateConsumer
- withRateLimiter(RateLimiter, Function) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedFunction
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedRunnable
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCheckedSupplier
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateFunction
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withRetry(Retry) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withRetry(Retry, ScheduledExecutorService) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
- withThreadPoolBulkhead(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCallable
- withThreadPoolBulkhead(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateRunnable
- withThreadPoolBulkhead(ThreadPoolBulkhead) - Method in class io.github.resilience4j.decorators.Decorators.DecorateSupplier
- withTimeLimiter(TimeLimiter, ScheduledExecutorService) - Method in class io.github.resilience4j.decorators.Decorators.DecorateCompletionStage
All Classes and Interfaces|All Packages