Uses of Interface
io.vertx.core.spi.VertxMetricsFactory
- 
Packages that use VertxMetricsFactory Package Description io.vertx.core io.vertx.ext.dropwizard io.vertx.micrometer io.vertx.reactivex.core io.vertx.rxjava3.core 
- 
- 
Uses of VertxMetricsFactory in io.vertx.coreMethods in io.vertx.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilderVertxBuilder. withMetrics(VertxMetricsFactory factory)Programmatically set the metrics factory to be used when metrics are enabled.
- 
Uses of VertxMetricsFactory in io.vertx.ext.dropwizardClasses in io.vertx.ext.dropwizard that implement VertxMetricsFactory Modifier and Type Class Description classDropwizardVertxMetricsFactory
- 
Uses of VertxMetricsFactory in io.vertx.micrometerClasses in io.vertx.micrometer that implement VertxMetricsFactory Modifier and Type Class Description classMicrometerMetricsFactoryThe micrometer metrics registry.
- 
Uses of VertxMetricsFactory in io.vertx.reactivex.coreMethods in io.vertx.reactivex.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilderVertxBuilder. withMetrics(VertxMetricsFactory factory)Programmatically set the metrics factory to be used when metrics are enabled.
- 
Uses of VertxMetricsFactory in io.vertx.rxjava3.coreMethods in io.vertx.rxjava3.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilderVertxBuilder. withMetrics(VertxMetricsFactory factory)Programmatically set the metrics factory to be used when metrics are enabled.
 
-