Interface TraceContextHandler
-
- All Known Implementing Classes:
OpenTelemetryConnection
public interface TraceContextHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> io.opentelemetry.context.ContextgetTraceContext(T carrier, io.opentelemetry.context.propagation.TextMapGetter<T> textMapGetter)<T> voidinjectTraceContext(T carrier, io.opentelemetry.context.propagation.TextMapSetter<T> textMapSetter)
-