Uses of Class
brave.propagation.TraceIdContext
-
Packages that use TraceIdContext Package Description brave.propagation -
-
Uses of TraceIdContext in brave.propagation
Methods in brave.propagation that return TraceIdContext Modifier and Type Method Description TraceIdContextTraceIdContext.Builder. build()TraceIdContextTraceContextOrSamplingFlags. traceIdContext()Methods in brave.propagation with parameters of type TraceIdContext Modifier and Type Method Description static TraceContextOrSamplingFlagsTraceContextOrSamplingFlags. create(TraceIdContext traceIdContext)Used to implementTraceContext.Extractor.extract(Object)when the format allows extracting a trace ID without a span IDstatic TraceContextOrSamplingFlags.BuilderTraceContextOrSamplingFlags. newBuilder(TraceIdContext traceIdContext)Use when implementingTraceContext.Extractor.extract(Object)requiresTraceContextOrSamplingFlags.Builder.sampledLocal()orTraceContextOrSamplingFlags.Builder.addExtra(Object).TraceContextOrSamplingFlags.BuilderTraceContextOrSamplingFlags.Builder. traceIdContext(TraceIdContext traceIdContext)Deprecated.Since 5.12, useTraceContextOrSamplingFlags.newBuilder(TraceIdContext)
-