public static class Decorators.DecorateCheckedRunnable
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
io.vavr.CheckedRunnable |
decorate() |
void |
run() |
Decorators.DecorateCheckedRunnable |
withBulkhead(io.github.resilience4j.bulkhead.Bulkhead bulkhead) |
Decorators.DecorateCheckedRunnable |
withCircuitBreaker(io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker) |
Decorators.DecorateCheckedRunnable |
withRateLimiter(io.github.resilience4j.ratelimiter.RateLimiter rateLimiter) |
Decorators.DecorateCheckedRunnable |
withRateLimiter(io.github.resilience4j.ratelimiter.RateLimiter rateLimiter,
int permits) |
Decorators.DecorateCheckedRunnable |
withRetry(io.github.resilience4j.retry.Retry retryContext) |
public Decorators.DecorateCheckedRunnable withCircuitBreaker(io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker)
public Decorators.DecorateCheckedRunnable withRetry(io.github.resilience4j.retry.Retry retryContext)
public Decorators.DecorateCheckedRunnable withRateLimiter(io.github.resilience4j.ratelimiter.RateLimiter rateLimiter)
public Decorators.DecorateCheckedRunnable withRateLimiter(io.github.resilience4j.ratelimiter.RateLimiter rateLimiter, int permits)
public Decorators.DecorateCheckedRunnable withBulkhead(io.github.resilience4j.bulkhead.Bulkhead bulkhead)
public io.vavr.CheckedRunnable decorate()
public void run()
throws java.lang.Throwable
java.lang.Throwable