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