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.
HystrixMetricHandler(delegate: HystrixMetricHandler) |
static val __TYPE_ARG: TypeArg<HystrixMetricHandler> |
open static fun create(vertx: Vertx): HystrixMetricHandler
Creates the handler, using the default notification address. open static fun create(vertx: Vertx, address: String): HystrixMetricHandler
Creates the handler. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): HystrixMetricHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: HystrixMetricHandler): HystrixMetricHandler |
|
open fun toString(): String |