Uses of Interface
org.apache.cxf.tracing.Traceable
-
Packages that use Traceable Package Description org.apache.cxf.tracing -
-
Uses of Traceable in org.apache.cxf.tracing
Methods in org.apache.cxf.tracing with parameters of type Traceable Modifier and Type Method Description <T> TTracerContext. 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.
-