public class ZipkinTracerFactory extends Object implements VertxTracerFactory
NOOP| Constructor and Description | 
|---|
ZipkinTracerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
TracingOptions | 
newOptions()
Create an empty tracing options. 
 | 
TracingOptions | 
newOptions(JsonObject jsonObject)
Create tracing options from the provided  
jsonObject. | 
VertxTracer | 
tracer(TracingOptions options)
Create a new  
VertxTracer object.
 No specific thread and context can be expected when this method is called. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic VertxTracer tracer(TracingOptions options)
VertxTracerFactoryVertxTracer object.
 No specific thread and context can be expected when this method is called.tracer in interface VertxTracerFactoryoptions - the metrics configuration optionpublic TracingOptions newOptions()
VertxTracerFactoryLauncher class when creating new options when building a CLI Vert.x.newOptions in interface VertxTracerFactorypublic TracingOptions newOptions(JsonObject jsonObject)
VertxTracerFactoryjsonObject.
 Providers can override this method to provide a custom tracing options subclass that exposes custom configuration.
 It is used by the Launcher class when creating new options when building a CLI Vert.x.newOptions in interface VertxTracerFactoryjsonObject - json provided by the userCopyright © 2021 Eclipse. All rights reserved.