Class BulkheadEventsEndpoint
- java.lang.Object
-
- io.github.resilience4j.bulkhead.monitoring.endpoint.BulkheadEventsEndpoint
-
@Endpoint(id="bulkheadevents") public class BulkheadEventsEndpoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BulkheadEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponsegetAllBulkheadEvents()io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponsegetEventsFilteredByBulkheadName(java.lang.String bulkheadName)io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponsegetEventsFilteredByBulkheadNameAndEventType(java.lang.String bulkheadName, java.lang.String eventType)
-
-
-
Method Detail
-
getAllBulkheadEvents
@ReadOperation public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getAllBulkheadEvents()
-
getEventsFilteredByBulkheadName
@ReadOperation public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getEventsFilteredByBulkheadName(@Selector java.lang.String bulkheadName)
-
getEventsFilteredByBulkheadNameAndEventType
@ReadOperation public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse getEventsFilteredByBulkheadNameAndEventType(@Selector java.lang.String bulkheadName, @Selector java.lang.String eventType)
-
-