Uses of Class
io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
-
Packages that use HystrixMetricHandler Package Description io.vertx.mutiny.circuitbreaker -
-
Uses of HystrixMetricHandler in io.vertx.mutiny.circuitbreaker
Fields in io.vertx.mutiny.circuitbreaker with type parameters of type HystrixMetricHandler Modifier and Type Field Description static TypeArg<HystrixMetricHandler>
HystrixMetricHandler. __TYPE_ARG
Methods in io.vertx.mutiny.circuitbreaker that return HystrixMetricHandler Modifier and Type Method Description static HystrixMetricHandler
HystrixMetricHandler. create(Vertx vertx)
static HystrixMetricHandler
HystrixMetricHandler. create(Vertx vertx, String address)
static HystrixMetricHandler
HystrixMetricHandler. create(Vertx vertx, String address, boolean localOnly)
static HystrixMetricHandler
HystrixMetricHandler. newInstance(io.vertx.circuitbreaker.HystrixMetricHandler arg)
-