| Constructor and Description | 
|---|
OpenTracingUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
clearContext()
Remove any active span on the context. 
 | 
static io.opentracing.Span | 
getSpan()
Get the active span from the current  
Context | 
static void | 
setSpan(io.opentracing.Span span)
Set the span as active on the context. 
 | 
public static io.opentracing.Span getSpan()
ContextSpan or nullpublic static void setSpan(io.opentracing.Span span)
span - the span to associate with the context.public static void clearContext()
Copyright © 2021 Eclipse. All rights reserved.