Class HystrixMetricHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

    public class HystrixMetricHandler
    extends Object
    implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
    A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard. The handler listens to the circuit breaker notifications sent on the event bus.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • HystrixMetricHandler

        public HystrixMetricHandler​(io.vertx.circuitbreaker.HystrixMetricHandler delegate)
      • HystrixMetricHandler

        public HystrixMetricHandler​(Object delegate)