public interface GraphQLBatchExecutionHandlerFactory
Modifier and Type | Method and Description |
---|---|
BatchExecutionHandler |
getBatchHandler(java.io.Writer respWriter,
GraphQLObjectMapper graphQLObjectMapper)
Produces an BatchExecutionHandler instance for a specific response.
|
BatchExecutionHandler getBatchHandler(java.io.Writer respWriter, GraphQLObjectMapper graphQLObjectMapper)
respWriter
- to send the response backgraphQLObjectMapper
- to serialize results.