@NonNullApi @NonNullFields
Package io.github.resilience4j.bulkhead.configure
-
Interface Summary Interface Description BulkheadAspectExt BulkHead aspect extension support interface type if you want to support new types -
Class Summary Class Description BulkheadAspect This Spring AOP aspect intercepts all methods which are annotated with aBulkheadannotation.BulkheadConfiguration Configurationfor resilience4j-bulkhead.BulkheadConfigurationProperties ReactorBulkheadAspectExt the Reactor bulkhead logic support for the spring AOP Conditional on Reactor class existence on spring class loaderRxJava2BulkheadAspectExt the Rx bulkhead logic support for the spring AOP conditional on the presence of Rx classes on the spring class loader