Interface TracerFactory
-
public interface TracerFactoryCreate OpenTracing Tracers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.opentracing.Tracercreate()Create a new Tracer.
-
public interface TracerFactory
| Modifier and Type | Method | Description |
|---|---|---|
io.opentracing.Tracer |
create() |
Create a new Tracer.
|