Uses of Interface
io.vertx.core.spi.VertxTracerFactory
-
Packages that use VertxTracerFactory Package Description io.vertx.core io.vertx.core.spi -
-
Uses of VertxTracerFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxTracerFactory Modifier and Type Method Description VertxBuilderVertxBuilder. withTracer(VertxTracerFactory factory)Programmatically set the tracer factory to be used when tracing are enabled. -
Uses of VertxTracerFactory in io.vertx.core.spi
Fields in io.vertx.core.spi declared as VertxTracerFactory Modifier and Type Field Description static VertxTracerFactoryVertxTracerFactory. NOOPNoop tracer factory, it can be useful for disabling metrics, e.g.
-