public interface HystrixMetricHandler extends Handler<RoutingContext>
| Modifier and Type | Method and Description | 
|---|---|
static HystrixMetricHandler | 
create(Vertx vertx)
Creates the handler, using the default notification address. 
 | 
static HystrixMetricHandler | 
create(Vertx vertx,
      String address)
Creates the handler. 
 | 
static HystrixMetricHandler create(Vertx vertx)
vertx - the Vert.x instancestatic HystrixMetricHandler create(Vertx vertx, String address)
vertx - the Vert.x instanceaddress - the address to listen on the event busCopyright © 2020 Eclipse. All rights reserved.