vertx / io.vertx.rxjava.circuitbreaker

Package io.vertx.rxjava.circuitbreaker

Types

CircuitBreaker

open class CircuitBreaker

An implementation of the circuit breaker pattern for Vert.x NOTE: This class has been automatically generated from the io.vertx.circuitbreaker.CircuitBreaker non RX-ified interface using Vert.x codegen.

HystrixMetricHandler

open class HystrixMetricHandler : Handler<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 io.vertx.circuitbreaker.HystrixMetricHandler non RX-ified interface using Vert.x codegen.