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

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BulkheadEventsEndpoint

      public BulkheadEventsEndpoint​(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.bulkhead.event.BulkheadEvent> eventConsumerRegistry)
  • Method Details

    • 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)