Uses of Class
org.apache.cxf.tracing.opentracing.TraceScope
Packages that use TraceScope
-
Uses of TraceScope in org.apache.cxf.tracing.opentracing
Methods in org.apache.cxf.tracing.opentracing that return types with arguments of type TraceScopeModifier and TypeMethodDescriptionAbstractOpenTracingClientProvider.startTraceSpan(Map<String, List<String>> requestHeaders, URI uri, String method) AbstractOpenTracingProvider.startTraceSpan(Map<String, List<String>> requestHeaders, URI uri, String method) Method parameters in org.apache.cxf.tracing.opentracing with type arguments of type TraceScopeModifier and TypeMethodDescriptionprotected voidAbstractOpenTracingClientProvider.stopTraceSpan(AbstractTracingProvider.TraceScopeHolder<TraceScope> holder, int responseStatus) protected voidAbstractOpenTracingClientProvider.stopTraceSpan(AbstractTracingProvider.TraceScopeHolder<TraceScope> holder, Throwable ex) protected voidAbstractOpenTracingProvider.stopTraceSpan(Map<String, List<String>> requestHeaders, Map<String, List<Object>> responseHeaders, int responseStatus, AbstractTracingProvider.TraceScopeHolder<TraceScope> holder)