Interface TracingSupport.TracingContext
-
- Enclosing class:
- TracingSupport
public static interface TracingSupport.TracingContext
A simple object that you need to callonEnd()
on
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEnd()
Call this to end the current trace context
-