@Configuration
@Import(value={IntegerToDurationConverter.class,StringToDurationConverter.class})
public class BulkheadConfigurationOnMissingBean
extends io.github.resilience4j.bulkhead.autoconfigure.AbstractBulkheadConfigurationOnMissingBean
Configuration for resilience4j-bulkhead.| Constructor and Description |
|---|
BulkheadConfigurationOnMissingBean() |
| Modifier and Type | Method and Description |
|---|---|
io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> |
bulkheadEventConsumerRegistry()
The EventConsumerRegistry is used to manage EventConsumer instances.
|
bulkheadAspect, bulkheadRegistry, bulkheadRegistryEventConsumer, compositeBulkheadCustomizer, compositeThreadPoolBulkheadCustomizer, reactorBulkHeadAspectExt, rxJava2BulkHeadAspectExt, threadPoolBulkheadRegistry, threadPoolBulkheadRegistryEventConsumer@Bean public io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> bulkheadEventConsumerRegistry()
DefaultEventConsumerRegistry