Interface TracerFactory


  • public interface TracerFactory
    Represents a class that knows how to select and build an appropriate tracer. The factory is usually used in conjunction with the TracerResolver, but other resolver implementations can also load factories via Java's ServiceLoader
    • Method Detail

      • getTracer

        io.opentracing.Tracer getTracer()
        Returns the concrete tracer implementation.
        Returns:
        the tracer instance