Uses of Class
io.vertx.rxjava3.ext.dropwizard.MetricsService
-
Packages that use MetricsService Package Description io.vertx.rxjava3.ext.dropwizard -
-
Uses of MetricsService in io.vertx.rxjava3.ext.dropwizard
Fields in io.vertx.rxjava3.ext.dropwizard with type parameters of type MetricsService Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MetricsService>
MetricsService. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.dropwizard that return MetricsService Modifier and Type Method Description static MetricsService
MetricsService. create(Vertx vertx)
Creates a metric service for a givenVertx
instance.static MetricsService
MetricsService. newInstance(MetricsService arg)
-