Uses of Interface
io.vertx.core.spi.tracing.VertxTracer
-
Packages that use VertxTracer Package Description io.vertx.core.spi io.vertx.core.spi.tracing -
-
Uses of VertxTracer in io.vertx.core.spi
Methods in io.vertx.core.spi that return VertxTracer Modifier and Type Method Description VertxTracerVertxTracerFactory. tracer(TracingOptions options)Create a newVertxTracerobject. -
Uses of VertxTracer in io.vertx.core.spi.tracing
Fields in io.vertx.core.spi.tracing declared as VertxTracer Modifier and Type Field Description static VertxTracerVertxTracer. NOOPNoop tracer.
-