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_ARGMethods in io.vertx.mutiny.circuitbreaker that return HystrixMetricHandler Modifier and Type Method Description static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx)static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx, String address)static HystrixMetricHandlerHystrixMetricHandler. newInstance(io.vertx.circuitbreaker.HystrixMetricHandler arg)
-