public static class SimpleGraphQLHttpServlet.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SimpleGraphQLHttpServlet |
build()
Deprecated.
|
SimpleGraphQLHttpServlet.Builder |
withAsyncServletMode(boolean asyncServletMode) |
SimpleGraphQLHttpServlet.Builder |
withListeners(java.util.List<GraphQLServletListener> listeners) |
SimpleGraphQLHttpServlet.Builder |
withObjectMapper(graphql.kickstart.execution.GraphQLObjectMapper objectMapper) |
SimpleGraphQLHttpServlet.Builder |
withQueryInvoker(graphql.kickstart.execution.GraphQLQueryInvoker queryInvoker) |
SimpleGraphQLHttpServlet.Builder |
withSubscriptionTimeout(long subscriptionTimeout) |
public SimpleGraphQLHttpServlet.Builder withQueryInvoker(graphql.kickstart.execution.GraphQLQueryInvoker queryInvoker)
public SimpleGraphQLHttpServlet.Builder withObjectMapper(graphql.kickstart.execution.GraphQLObjectMapper objectMapper)
public SimpleGraphQLHttpServlet.Builder withAsyncServletMode(boolean asyncServletMode)
public SimpleGraphQLHttpServlet.Builder withListeners(java.util.List<GraphQLServletListener> listeners)
public SimpleGraphQLHttpServlet.Builder withSubscriptionTimeout(long subscriptionTimeout)
@Deprecated public SimpleGraphQLHttpServlet build()