Interface TracerSpecificFactory
-
public interface TracerSpecificFactory
Create Tracer-specific integration for methods not exposed by OpenTracing API. Optional extra interface for TracerFactory if it wants to provide Tracer-specifics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TracerSpecific
createTracerSpecific()
Create a TracerSpecific integration for the associated TracerFactory.
-
-
-
Method Detail
-
createTracerSpecific
TracerSpecific createTracerSpecific()
Create a TracerSpecific integration for the associated TracerFactory.- Returns:
- a TracerSpecific implementation
-
-