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