public abstract class AbstractAsyncExecutionStrategy extends ExecutionStrategy
dataFetcherExceptionHandler, fieldCollector, valuesResolver
Constructor and Description |
---|
AbstractAsyncExecutionStrategy() |
AbstractAsyncExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler) |
Modifier and Type | Method and Description |
---|---|
protected BiConsumer<List<ExecutionResult>,Throwable> |
handleResults(ExecutionContext executionContext,
List<String> fieldNames,
CompletableFuture<ExecutionResult> overallResult) |
assertNonNullFieldPrecondition, assertNonNullFieldPrecondition, completeField, completeValue, completeValueForEnum, completeValueForList, completeValueForList, completeValueForObject, completeValueForScalar, createExecutionStepInfo, execute, fetchField, getFieldDef, getFieldDef, handleNonNullException, mkNameForPath, mkNameForPath, mkNameForPath, resolveField, resolveFieldWithInfo, resolveType, toIterable, toIterable
public AbstractAsyncExecutionStrategy()
public AbstractAsyncExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler)
protected BiConsumer<List<ExecutionResult>,Throwable> handleResults(ExecutionContext executionContext, List<String> fieldNames, CompletableFuture<ExecutionResult> overallResult)
Copyright © 2019. All rights reserved.