Uses of Class
fish.payara.opentracing.PropagationHelper
-
Packages that use PropagationHelper Package Description fish.payara.opentracing -
-
Uses of PropagationHelper in fish.payara.opentracing
Methods in fish.payara.opentracing that return PropagationHelper Modifier and Type Method Description static PropagationHelperPropagationHelper. start(io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Context spanContext)The most usual constellation where we wrap context and span execution synchronously.static PropagationHelperPropagationHelper. startMultiThreaded(io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Context spanContext)Start initial processing of a request that will continue processing in multiple threads.
-