Package io.github.resilience4j.bulkhead
@NonNullApi
@NonNullFields
package io.github.resilience4j.bulkhead
-
ClassDescriptionA Bulkhead instance is thread-safe can be used to decorate multiple requests.This class decorates future with Bulkhead functionality around invocation.An EventPublisher which can be used to register event consumers.A
BulkheadConfigconfigures aBulkheadABulkheadFullExceptionsignals that the bulkhead is full.TheBulkheadRegistryis a factory to create Bulkhead instances which stores all bulkhead instances in a registry.A Bulkhead instance is thread-safe can be used to decorate multiple requests.An EventPublisher which can be used to register event consumers.AThreadPoolBulkheadConfigconfigures aBulkheadTheThreadPoolBulkheadRegistryis a factory to create ThreadPoolBulkhead instances which stores all bulkhead instances in a registry.