Package graphql.agent

Class GraphQLJavaAgent.DataFetcherInvokeAdvice.DataFetcherFinishedHandler

  • All Implemented Interfaces:
    java.util.function.BiConsumer<java.lang.Object,​java.lang.Throwable>
    Enclosing class:
    GraphQLJavaAgent.DataFetcherInvokeAdvice

    public static class GraphQLJavaAgent.DataFetcherInvokeAdvice.DataFetcherFinishedHandler
    extends java.lang.Object
    implements java.util.function.BiConsumer<java.lang.Object,​java.lang.Throwable>
    • Constructor Summary

      Constructors 
      Constructor Description
      DataFetcherFinishedHandler​(graphql.execution.ExecutionContext executionContext, graphql.execution.ExecutionStrategyParameters parameters, long startTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.Object o, java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiConsumer

        andThen
    • Constructor Detail

      • DataFetcherFinishedHandler

        public DataFetcherFinishedHandler​(graphql.execution.ExecutionContext executionContext,
                                          graphql.execution.ExecutionStrategyParameters parameters,
                                          long startTime)
    • Method Detail

      • accept

        public void accept​(java.lang.Object o,
                           java.lang.Throwable throwable)
        Specified by:
        accept in interface java.util.function.BiConsumer<java.lang.Object,​java.lang.Throwable>