Class BulkheadEndpoint

java.lang.Object
io.github.resilience4j.bulkhead.monitoring.endpoint.BulkheadEndpoint

@Endpoint(id="bulkheads") public class BulkheadEndpoint extends Object
Endpoint to expose Bulkhead events.
  • Constructor Summary

    Constructors
    Constructor
    Description
    BulkheadEndpoint(io.github.resilience4j.bulkhead.BulkheadRegistry bulkheadRegistry, io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry threadPoolBulkheadRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEndpointResponse
     

    Methods inherited from class java.lang.Object

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

    • BulkheadEndpoint

      public BulkheadEndpoint(io.github.resilience4j.bulkhead.BulkheadRegistry bulkheadRegistry, io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry threadPoolBulkheadRegistry)
  • Method Details

    • getAllBulkheads

      @ReadOperation public io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEndpointResponse getAllBulkheads()