vertx / io.vertx.reactivex.circuitbreaker / HystrixMetricHandler / create

create

open static fun create(vertx: Vertx): HystrixMetricHandler

Creates the handler, using the default notification address.

Parameters

vertx - the Vert.x instance

Return
the handler

open static fun create(vertx: Vertx, address: String): HystrixMetricHandler

Creates the handler.

Parameters

vertx - the Vert.x instance

address - the address to listen on the event bus

Return
the handler