@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| Bulkhead |
A Bulkhead instance is thread-safe can be used to decorate multiple requests.
|
| Bulkhead.EventPublisher |
An EventPublisher which can be used to register event consumers.
|
| Bulkhead.Metrics | |
| BulkheadRegistry |
The
BulkheadRegistry is a factory to create Bulkhead instances which stores all bulkhead instances in a registry. |
| Class | Description |
|---|---|
| BulkheadConfig |
A
BulkheadConfig configures a Bulkhead |
| BulkheadConfig.Builder |
| Exception | Description |
|---|---|
| BulkheadFullException |
A
BulkheadFullException signals that the bulkhead is full. |