Uses of Interface
net.morimekta.providence.graphql.GQLContextFactory
-
Packages that use GQLContextFactory Package Description net.morimekta.providence.graphql -
-
Uses of GQLContextFactory in net.morimekta.providence.graphql
Fields in net.morimekta.providence.graphql declared as GQLContextFactory Modifier and Type Field Description static GQLContextFactoryGQLContextFactory. DEFAULT_INSTANCEDefault instance to be used when no special context is needed.Methods in net.morimekta.providence.graphql with parameters of type GQLContextFactory Modifier and Type Method Description GQLServlet.BuilderGQLServlet.Builder. context(GQLContextFactory contextFactory)Constructors in net.morimekta.providence.graphql with parameters of type GQLContextFactory Constructor Description GQLServlet(GQLDefinition definition, GQLProcessorProvider queryProvider, GQLProcessorProvider mutationProvider, java.util.Collection<GQLFieldProvider> fieldProviders, GQLContextFactory contextFactory, java.util.concurrent.ExecutorService executorService)
-