Package graphql.kickstart.servlet
Class GraphQLConfiguration.Builder
java.lang.Object
graphql.kickstart.servlet.GraphQLConfiguration.Builder
- Enclosing class:
- GraphQLConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionasyncCorePoolSize
(int asyncCorePoolSize) asyncMaxPoolSize
(int asyncMaxPoolSize) asyncTimeout
(long asyncTimeout) build()
with
(long subscriptionTimeout) with
(graphql.kickstart.execution.context.ContextSetting contextSetting) with
(graphql.kickstart.execution.GraphQLInvoker graphQLInvoker) with
(graphql.kickstart.execution.GraphQLObjectMapper objectMapper) with
(graphql.kickstart.execution.GraphQLQueryInvoker queryInvoker) with
(AsyncTaskDecorator asyncTaskDecorator) with
(GraphQLResponseCacheManager responseCache) with
(GraphQLServletContextBuilder contextBuilder) with
(GraphQLServletRootObjectBuilder rootObjectBuilder) with
(BatchInputPreProcessor batchInputPreProcessor) with
(Supplier<BatchInputPreProcessor> batchInputPreProcessor) with
(List<GraphQLServletListener> listeners)
-
Method Details
-
with
-
with
public GraphQLConfiguration.Builder with(graphql.kickstart.execution.GraphQLQueryInvoker queryInvoker) -
with
public GraphQLConfiguration.Builder with(graphql.kickstart.execution.GraphQLObjectMapper objectMapper) -
with
-
with
-
with
-
with
-
asyncTimeout
-
with
-
asyncCorePoolSize
-
asyncMaxPoolSize
-
with
public GraphQLConfiguration.Builder with(graphql.kickstart.execution.context.ContextSetting contextSetting) -
with
-
with
-
with
-
with
-
build
-