@NonNullApi @NonNullFields
Package io.github.resilience4j.circuitbreaker.configure
-
Interface Summary Interface Description CircuitBreakerAspectExt circuit breaker aspect extension support interface type if you want to support new types -
Class Summary Class Description CircuitBreakerAspect This Spring AOP aspect intercepts all methods which are annotated with aCircuitBreakerannotation.CircuitBreakerConfiguration Configurationfor resilience4j-circuitbreaker.CircuitBreakerConfigurationProperties ReactorCircuitBreakerAspectExt the Reactor breaker logic support for the spring AOP Conditional on Reactor class existence on spring class loaderRxJava2CircuitBreakerAspectExt the Rx circuit breaker logic support for the spring AOP conditional on the presence of Rx classes on the spring class loader