@Configuration
@ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.Endpoint.class)
public static class BulkheadAutoConfiguration.BulkheadEndpointConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
BulkheadEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BulkheadEndpoint |
bulkheadEndpoint(io.github.resilience4j.bulkhead.BulkheadRegistry bulkheadRegistry,
io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry threadPoolBulkheadRegistry) |
BulkheadEventsEndpoint |
bulkheadEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry) |
@Bean public BulkheadEndpoint bulkheadEndpoint(io.github.resilience4j.bulkhead.BulkheadRegistry bulkheadRegistry, io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry threadPoolBulkheadRegistry)
@Bean public BulkheadEventsEndpoint bulkheadEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry)