Uses of Class
io.vertx.core.metrics.MetricsOptions
-
Packages that use MetricsOptions Package Description io.vertx.core io.vertx.core.metrics io.vertx.core.spi -
-
Uses of MetricsOptions in io.vertx.core
Methods in io.vertx.core that return MetricsOptions Modifier and Type Method Description MetricsOptionsVertxOptions. getMetricsOptions()Methods in io.vertx.core with parameters of type MetricsOptions Modifier and Type Method Description VertxOptionsVertxOptions. setMetricsOptions(MetricsOptions metrics)Set the metrics options -
Uses of MetricsOptions in io.vertx.core.metrics
Methods in io.vertx.core.metrics that return MetricsOptions Modifier and Type Method Description MetricsOptionsMetricsOptions. setEnabled(boolean enable)Set whether metrics will be enabled on the Vert.x instance.Constructors in io.vertx.core.metrics with parameters of type MetricsOptions Constructor Description MetricsOptions(MetricsOptions other)Copy constructor -
Uses of MetricsOptions in io.vertx.core.spi
Methods in io.vertx.core.spi that return MetricsOptions Modifier and Type Method Description default MetricsOptionsVertxMetricsFactory. newOptions()Create an empty metrics options.default MetricsOptionsVertxMetricsFactory. newOptions(JsonObject jsonObject)Create metrics options from the providedjsonObject.default MetricsOptionsVertxMetricsFactory. newOptions(MetricsOptions options)Create metrics options from the providedoptions.Methods in io.vertx.core.spi with parameters of type MetricsOptions Modifier and Type Method Description default MetricsOptionsVertxMetricsFactory. newOptions(MetricsOptions options)Create metrics options from the providedoptions.
-