Package io.gravitee.node.tracing.vertx
Class LazyVertxTracerFactory
- java.lang.Object
-
- io.gravitee.node.tracing.vertx.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 Summary
Constructors Constructor Description LazyVertxTracerFactory(TracingService tracingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(io.vertx.core.impl.VertxBuilder builder)io.vertx.core.tracing.TracingOptionsnewOptions()io.vertx.core.tracing.TracingOptionsnewOptions(io.vertx.core.json.JsonObject jsonObject)io.vertx.core.spi.tracing.VertxTracertracer(io.vertx.core.tracing.TracingOptions options)
-
-
-
Constructor Detail
-
LazyVertxTracerFactory
public LazyVertxTracerFactory(TracingService tracingService)
-
-
Method Detail
-
init
public void init(io.vertx.core.impl.VertxBuilder builder)
- Specified by:
initin interfaceio.vertx.core.spi.VertxServiceProvider- Specified by:
initin interfaceio.vertx.core.spi.VertxTracerFactory
-
tracer
public io.vertx.core.spi.tracing.VertxTracer tracer(io.vertx.core.tracing.TracingOptions options)
- Specified by:
tracerin interfaceio.vertx.core.spi.VertxTracerFactory
-
newOptions
public io.vertx.core.tracing.TracingOptions newOptions()
- Specified by:
newOptionsin interfaceio.vertx.core.spi.VertxTracerFactory
-
newOptions
public io.vertx.core.tracing.TracingOptions newOptions(io.vertx.core.json.JsonObject jsonObject)
- Specified by:
newOptionsin interfaceio.vertx.core.spi.VertxTracerFactory
-
-