- withBulkhead(Bulkhead) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a Bulkhead to the decorator chain.
- withCircuitBreaker(CircuitBreaker) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a CircuitBreaker to the decorator chain.
- withFallback(Object) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback to the decorator chain.
- withFallback(Object, Class<? extends Exception>) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback to the decorator chain.
- withFallback(Object, Predicate<Exception>) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback to the decorator chain.
- withFallbackFactory(Function<Exception, ?>) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback factory to the decorator chain.
- withFallbackFactory(Function<Exception, ?>, Class<? extends Exception>) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback factory to the decorator chain.
- withFallbackFactory(Function<Exception, ?>, Predicate<Exception>) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a fallback to the decorator chain.
- withRateLimiter(RateLimiter) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a RateLimiter to the decorator chain.
- withRetry(Retry) - Method in class io.github.resilience4j.feign.FeignDecorators.Builder
-
Adds a Retry to the decorator chain.