Interface TracerFactory
-
public interface TracerFactoryRepresents a class that knows how to select and build an appropriate tracer. The factory is usually used in conjunction with theTracerResolver, but other resolver implementations can also load factories via Java'sServiceLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.opentracing.TracergetTracer()Returns the concrete tracer implementation.
-