Uses of Interface
io.vertx.core.spi.VertxMetricsFactory
Packages that use VertxMetricsFactory
Package
Description
-
Uses of VertxMetricsFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxMetricsFactoryModifier and TypeMethodDescriptionVertxBuilder.withMetrics(VertxMetricsFactory factory) Programmatically set the metrics factory to be used when metrics are enabled. -
Uses of VertxMetricsFactory in io.vertx.ext.dropwizard
Classes in io.vertx.ext.dropwizard that implement VertxMetricsFactory -
Uses of VertxMetricsFactory in io.vertx.micrometer
Classes in io.vertx.micrometer that implement VertxMetricsFactory -
Uses of VertxMetricsFactory in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type VertxMetricsFactoryModifier and TypeMethodDescriptionVertxBuilder.withMetrics(VertxMetricsFactory factory) Programmatically set the metrics factory to be used when metrics are enabled. -
Uses of VertxMetricsFactory in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type VertxMetricsFactoryModifier and TypeMethodDescriptionVertxBuilder.withMetrics(VertxMetricsFactory factory) Programmatically set the metrics factory to be used when metrics are enabled.