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 and listening to local messages only.
|
static HystrixMetricHandler |
create(Vertx vertx,
String address)
Creates the handler, listening only to local messages.
|
static HystrixMetricHandler |
create(Vertx vertx,
String address,
boolean localOnly)
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 busstatic HystrixMetricHandler create(Vertx vertx, String address, boolean localOnly)
vertx
- the Vert.x instanceaddress
- the address to listen on the event buslocalOnly
- whether the consumer should only receive messages sent from this Vert.x instanceCopyright © 2023 Eclipse. All rights reserved.