@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| BulkheadAspectExt |
BulkHead aspect extension support interface type if you want to support new types
|
| Class | Description |
|---|---|
| BulkheadAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
Bulkhead
annotation. |
| BulkheadConfiguration |
Configuration for resilience4j-bulkhead. |
| BulkheadConfigurationProperties | |
| ReactorBulkheadAspectExt |
the Reactor bulkhead logic support for the spring AOP Conditional on Reactor class existence on
spring class loader
|
| RxJava2BulkheadAspectExt |
the Rx bulkhead logic support for the spring AOP conditional on the presence of Rx classes on the
spring class loader
|