Uses of Class
io.helidon.webserver.graphql.GraphQlService.Builder
Packages that use GraphQlService.Builder
-
Uses of GraphQlService.Builder in io.helidon.webserver.graphql
Classes in io.helidon.webserver.graphql that implement interfaces with type arguments of type GraphQlService.BuilderMethods in io.helidon.webserver.graphql that return GraphQlService.BuilderModifier and TypeMethodDescriptionstatic GraphQlService.BuilderGraphQlService.builder()A builder for fine grained configuration of the support.Update builder from configuration.GraphQlService.Builder.declarativeHttpEntryPoints(HttpEntryPoint.EntryPoints entryPoints, ServiceDescriptor<?> descriptor, Set<Qualifier> typeQualifiers, List<Annotation> typeAnnotations) Configure HTTP entry point wrapping for a generated declarative GraphQL service.GraphQlService.Builder.executor(ExecutorService executor) Deprecated, for removal: This API element is subject to removal in a future version.GraphQL request processing does not use a dedicated executorGraphQlService.Builder.executor(Supplier<? extends ExecutorService> executor) Deprecated, for removal: This API element is subject to removal in a future version.GraphQL request processing does not use a dedicated executorGraphQlService.Builder.httpEntryPoints(HttpEntryPoint.EntryPoints entryPoints, ServiceDescriptor<?> descriptor, Set<Qualifier> typeQualifiers, List<Annotation> typeAnnotations) Configure HTTP entry point wrapping for this GraphQL service.GraphQlService.Builder.invocationHandler(InvocationHandler handler) InvocationHandler to execute GraphQl requests.GraphQlService.Builder.invocationHandler(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.GraphQlService.Builder.permitAll(boolean permitAll) Whether to permit access without authentication.Configure URI that will serve the GraphQL schema under the context root.GraphQlService.Builder.webContext(String path) Set a new root context for REST API of graphQL.