open static fun create(vertx: Vertx): HystrixMetricHandler
Creates the handler, using the default notification address.
Return
the handler
open static fun create(vertx: Vertx, address: String): HystrixMetricHandler
Creates the handler.
address - the address to listen on the event bus
Return
the handler