Package | Description |
---|---|
io.vertx.reactivex.circuitbreaker |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HystrixMetricHandler> |
HystrixMetricHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static HystrixMetricHandler |
HystrixMetricHandler.create(Vertx vertx)
Creates the handler, using the default notification address and listening to local messages only.
|
static HystrixMetricHandler |
HystrixMetricHandler.create(Vertx vertx,
String address)
Creates the handler, listening only to local messages.
|
static HystrixMetricHandler |
HystrixMetricHandler.create(Vertx vertx,
String address,
boolean localOnly)
Creates the handler.
|
static HystrixMetricHandler |
HystrixMetricHandler.newInstance(HystrixMetricHandler arg) |
Copyright © 2023 Eclipse. All rights reserved.