@Endpoint(id="bulkheadevents")
public class BulkheadEventsEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
BulkheadEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry) |
| Modifier and Type | Method and Description |
|---|---|
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse |
getAllBulkheadEvents() |
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse |
getEventsFilteredByBulkheadName(java.lang.String bulkheadName) |
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse |
getEventsFilteredByBulkheadNameAndEventType(java.lang.String bulkheadName,
java.lang.String eventType) |
public BulkheadEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry)
@ReadOperation public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getAllBulkheadEvents()
@ReadOperation
public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getEventsFilteredByBulkheadName(@Selector
java.lang.String bulkheadName)
@ReadOperation
public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getEventsFilteredByBulkheadNameAndEventType(@Selector
java.lang.String bulkheadName,
@Selector
java.lang.String eventType)