Class AsyncExecutionStrategy

    • Constructor Detail

      • AsyncExecutionStrategy

        public AsyncExecutionStrategy()
        The standard graphql execution strategy that runs fields asynchronously
      • AsyncExecutionStrategy

        public AsyncExecutionStrategy​(DataFetcherExceptionHandler exceptionHandler)
        Creates a execution strategy that uses the provided exception handler
        Parameters:
        exceptionHandler - the exception handler to use