Class LazyVertxTracerFactory

  • All Implemented Interfaces:
    io.vertx.core.spi.VertxServiceProvider, io.vertx.core.spi.VertxTracerFactory

    public class LazyVertxTracerFactory
    extends Object
    implements io.vertx.core.spi.VertxTracerFactory
    Author:
    David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
    • Constructor Detail

      • LazyVertxTracerFactory

        public LazyVertxTracerFactory​(TracingService tracingService)
    • Method Detail

      • init

        public void init​(io.vertx.core.impl.VertxBuilder builder)
        Specified by:
        init in interface io.vertx.core.spi.VertxServiceProvider
        Specified by:
        init in interface io.vertx.core.spi.VertxTracerFactory
      • tracer

        public io.vertx.core.spi.tracing.VertxTracer tracer​(io.vertx.core.tracing.TracingOptions options)
        Specified by:
        tracer in interface io.vertx.core.spi.VertxTracerFactory
      • newOptions

        public io.vertx.core.tracing.TracingOptions newOptions()
        Specified by:
        newOptions in interface io.vertx.core.spi.VertxTracerFactory
      • newOptions

        public io.vertx.core.tracing.TracingOptions newOptions​(io.vertx.core.json.JsonObject jsonObject)
        Specified by:
        newOptions in interface io.vertx.core.spi.VertxTracerFactory