public static class GraphQLConfiguration.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
GraphQLConfiguration |
build() |
GraphQLConfiguration.Builder |
with(boolean asyncServletModeEnabled) |
GraphQLConfiguration.Builder |
with(java.util.concurrent.Executor asyncExecutor) |
GraphQLConfiguration.Builder |
with(GraphQLBatchExecutionHandlerFactory batchExecutionHandlerFactory) |
GraphQLConfiguration.Builder |
with(GraphQLContextBuilder contextBuilder) |
GraphQLConfiguration.Builder |
with(GraphQLObjectMapper objectMapper) |
GraphQLConfiguration.Builder |
with(GraphQLQueryInvoker queryInvoker) |
GraphQLConfiguration.Builder |
with(GraphQLRootObjectBuilder rootObjectBuilder) |
GraphQLConfiguration.Builder |
with(java.util.List<GraphQLServletListener> listeners) |
GraphQLConfiguration.Builder |
with(long subscriptionTimeout) |
public GraphQLConfiguration.Builder with(GraphQLQueryInvoker queryInvoker)
public GraphQLConfiguration.Builder with(GraphQLObjectMapper objectMapper)
public GraphQLConfiguration.Builder with(GraphQLBatchExecutionHandlerFactory batchExecutionHandlerFactory)
public GraphQLConfiguration.Builder with(java.util.List<GraphQLServletListener> listeners)
public GraphQLConfiguration.Builder with(boolean asyncServletModeEnabled)
public GraphQLConfiguration.Builder with(java.util.concurrent.Executor asyncExecutor)
public GraphQLConfiguration.Builder with(GraphQLContextBuilder contextBuilder)
public GraphQLConfiguration.Builder with(GraphQLRootObjectBuilder rootObjectBuilder)
public GraphQLConfiguration.Builder with(long subscriptionTimeout)
public GraphQLConfiguration build()