Package graphql.agent

Class GraphQLJavaAgent.DataLoaderHelperInvokeBatchLoaderAdvice

  • Enclosing class:
    GraphQLJavaAgent

    public static class GraphQLJavaAgent.DataLoaderHelperInvokeBatchLoaderAdvice
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void invokeLoader​(java.util.List keys, java.util.List keysContext, java.util.List queuedFutures, java.lang.Object dataLoaderHelper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataLoaderHelperInvokeBatchLoaderAdvice

        public DataLoaderHelperInvokeBatchLoaderAdvice()
    • Method Detail

      • invokeLoader

        @OnMethodEnter
        public static void invokeLoader​(@Argument(0)
                                        java.util.List keys,
                                        @Argument(1)
                                        java.util.List keysContext,
                                        @Argument(2)
                                        java.util.List queuedFutures,
                                        @This(typing=DYNAMIC)
                                        java.lang.Object dataLoaderHelper)