Interface TraceContext.ChildContextCreatorTwoArg<T,​A>

  • Enclosing class:
    TraceContext

    public static interface TraceContext.ChildContextCreatorTwoArg<T,​A>
    • Method Detail

      • asChildOf

        boolean asChildOf​(TraceContext child,
                          @Nullable
                          T parent,
                          A arg)