Uses of Interface
io.vertx.ext.dropwizard.MetricsService
-
Packages that use MetricsService Package Description io.vertx.ext.dropwizard io.vertx.reactivex.ext.dropwizard io.vertx.rxjava3.ext.dropwizard -
-
Uses of MetricsService in io.vertx.ext.dropwizard
Methods in io.vertx.ext.dropwizard that return MetricsService Modifier and Type Method Description static MetricsService
MetricsService. create(Vertx vertx)
Creates a metric service for a givenVertx
instance. -
Uses of MetricsService in io.vertx.reactivex.ext.dropwizard
Methods in io.vertx.reactivex.ext.dropwizard that return MetricsService Modifier and Type Method Description MetricsService
MetricsService. getDelegate()
Methods in io.vertx.reactivex.ext.dropwizard with parameters of type MetricsService Modifier and Type Method Description static MetricsService
MetricsService. newInstance(MetricsService arg)
Constructors in io.vertx.reactivex.ext.dropwizard with parameters of type MetricsService Constructor Description MetricsService(MetricsService delegate)
-
Uses of MetricsService in io.vertx.rxjava3.ext.dropwizard
Methods in io.vertx.rxjava3.ext.dropwizard that return MetricsService Modifier and Type Method Description MetricsService
MetricsService. getDelegate()
Methods in io.vertx.rxjava3.ext.dropwizard with parameters of type MetricsService Modifier and Type Method Description static MetricsService
MetricsService. newInstance(MetricsService arg)
Constructors in io.vertx.rxjava3.ext.dropwizard with parameters of type MetricsService Constructor Description MetricsService(MetricsService delegate)
-