public class OpenTracingTracerFactory extends Object implements io.vertx.core.spi.VertxTracerFactory
Constructor and Description |
---|
OpenTracingTracerFactory() |
Modifier and Type | Method and Description |
---|---|
OpenTracingOptions |
newOptions() |
OpenTracingOptions |
newOptions(io.vertx.core.json.JsonObject jsonObject) |
io.vertx.core.spi.tracing.VertxTracer |
tracer(io.vertx.core.tracing.TracingOptions options) |
public io.vertx.core.spi.tracing.VertxTracer tracer(io.vertx.core.tracing.TracingOptions options)
tracer
in interface io.vertx.core.spi.VertxTracerFactory
public OpenTracingOptions newOptions()
newOptions
in interface io.vertx.core.spi.VertxTracerFactory
public OpenTracingOptions newOptions(io.vertx.core.json.JsonObject jsonObject)
newOptions
in interface io.vertx.core.spi.VertxTracerFactory
Copyright © 2022 Eclipse. All rights reserved.