Classes, interfaces and traits

CircuitBreaker

An implementation of the circuit breaker pattern for Vert.x

« More »

CircuitBreakerOptions

Circuit breaker configuration options. All time are given in milliseconds.

« More »

HystrixMetricHandler

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.

« More »