vertx / io.vertx.reactivex.circuitbreaker / HystrixMetricHandler

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.

Constructors

<init>

HystrixMetricHandler(delegate: HystrixMetricHandler)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<HystrixMetricHandler>

Functions

create

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.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): HystrixMetricHandler

handle

open fun handle(arg0: RoutingContext): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: HystrixMetricHandler): HystrixMetricHandler

toString

open fun toString(): String