Uses of Class
io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
-
Packages that use HystrixMetricHandler Package Description io.vertx.rxjava.circuitbreaker -
-
Uses of HystrixMetricHandler in io.vertx.rxjava.circuitbreaker
Fields in io.vertx.rxjava.circuitbreaker with type parameters of type HystrixMetricHandler Modifier and Type Field Description static TypeArg<HystrixMetricHandler>HystrixMetricHandler. __TYPE_ARGMethods in io.vertx.rxjava.circuitbreaker that return HystrixMetricHandler Modifier and Type Method Description static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx)Creates the handler, using the default notification address and listening to local messages only.static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx, String address)Creates the handler, listening only to local messages.static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx, String address, boolean localOnly)Creates the handler.static HystrixMetricHandlerHystrixMetricHandler. newInstance(HystrixMetricHandler arg)
-