Interface TraceContext.ChildContextCreator<T>
-
- Enclosing class:
- TraceContext
public static interface TraceContext.ChildContextCreator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
asChildOf(TraceContext child, T parent)
-
-
-
Method Detail
-
asChildOf
boolean asChildOf(TraceContext child, T parent)
-
-