Package | Description |
---|---|
graphql.execution | |
graphql.execution.batched |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDataFetcherExceptionHandler
The standard handling of data fetcher error involves placing a
ExceptionWhileDataFetching error
into the error collection |
Modifier and Type | Field and Description |
---|---|
protected DataFetcherExceptionHandler |
ExecutionStrategy.dataFetcherExceptionHandler |
Constructor and Description |
---|
AbstractAsyncExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler) |
AsyncExecutionStrategy(DataFetcherExceptionHandler exceptionHandler)
Creates a execution strategy that uses the provided exception handler
|
AsyncSerialExecutionStrategy(DataFetcherExceptionHandler exceptionHandler) |
ExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler)
The consumers of the execution strategy can pass in a
DataFetcherExceptionHandler to better
decide what do when a data fetching error happens |
ExecutorServiceExecutionStrategy(ExecutorService executorService,
DataFetcherExceptionHandler dataFetcherExceptionHandler)
Deprecated.
|
SubscriptionExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler) |
Constructor and Description |
---|
BatchedExecutionStrategy(DataFetcherExceptionHandler dataFetcherExceptionHandler)
Deprecated.
|
Copyright © 2019. All rights reserved.