Interface TracingSupport.TracingContext
- Enclosing class:
TracingSupport
public static interface TracingSupport.TracingContext
A simple object that you need to call
onEnd()
on-
Method Summary
-
Method Details
-
onEnd
void onEnd()Call this to end the current trace context
-