Package | Description |
---|---|
org.apache.cxf.tracing |
Modifier and Type | Method and Description |
---|---|
<T> T |
TracerContext.continueSpan(Traceable<T> traceable)
Picks up an currently detached span from another thread.
|
<T> Callable<T> |
TracerContext.wrap(String description,
Traceable<T> traceable)
Wraps the traceable into a new span, preserving the current span as a parent.
|
Apache CXF