Skip navigation links
B C I R V 

B

Bulkhead - Annotation Type in io.github.resilience4j.bulkhead.annotation
 
Bulkhead.Type - Enum in io.github.resilience4j.bulkhead.annotation
bulkhead implementation types SEMAPHORE will invoke semaphore based bulkhead implementation THREADPOOL will invoke Thread pool based bulkhead implementation

C

CircuitBreaker - Annotation Type in io.github.resilience4j.circuitbreaker.annotation
This annotation can be applied to a class or a specific method.

I

io.github.resilience4j.bulkhead.annotation - package io.github.resilience4j.bulkhead.annotation
 
io.github.resilience4j.circuitbreaker.annotation - package io.github.resilience4j.circuitbreaker.annotation
 
io.github.resilience4j.ratelimiter.annotation - package io.github.resilience4j.ratelimiter.annotation
 
io.github.resilience4j.retry.annotation - package io.github.resilience4j.retry.annotation
 

R

RateLimiter - Annotation Type in io.github.resilience4j.ratelimiter.annotation
This annotation can be applied to a class or a specific method.
Retry - Annotation Type in io.github.resilience4j.retry.annotation
This annotation can be applied to a class or a specific method.

V

valueOf(String) - Static method in enum io.github.resilience4j.bulkhead.annotation.Bulkhead.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.resilience4j.bulkhead.annotation.Bulkhead.Type
Returns an array containing the constants of this enum type, in the order they are declared.
B C I R V 
Skip navigation links