Uses of Interface
io.vertx.core.spi.VertxTracerFactory
Packages that use VertxTracerFactory
-
Uses of VertxTracerFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxTracerFactoryModifier and TypeMethodDescriptionVertxBuilder.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 VertxTracerFactoryModifier and TypeFieldDescriptionstatic final VertxTracerFactoryVertxTracerFactory.NOOPNoop tracer factory, it can be useful for disabling metrics, e.g.