Uses of Interface
io.helidon.webserver.http.HttpEntryPoint.EntryPoints
Packages that use HttpEntryPoint.EntryPoints
-
Uses of HttpEntryPoint.EntryPoints in io.helidon.webserver.graphql
Methods in io.helidon.webserver.graphql with parameters of type HttpEntryPoint.EntryPointsModifier and TypeMethodDescriptionGraphQlService.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.httpEntryPoints(HttpEntryPoint.EntryPoints entryPoints, ServiceDescriptor<?> descriptor, Set<Qualifier> typeQualifiers, List<Annotation> typeAnnotations) Configure HTTP entry point wrapping for this GraphQL service.