Uses of Interface
io.helidon.graphql.server.InvocationHandler
Packages that use InvocationHandler
Package
Description
GraphQL server implementation.
Helidon WebServer GraphQL Support.
-
Uses of InvocationHandler in io.helidon.graphql.server
Classes in io.helidon.graphql.server that implement interfaces with type arguments of type InvocationHandlerModifier and TypeClassDescriptionstatic classFluent API builder to configure the invocation handler.Methods in io.helidon.graphql.server that return InvocationHandlerModifier and TypeMethodDescriptionInvocationHandler.Builder.build()static InvocationHandlerInvocationHandler.create(graphql.schema.GraphQLSchema schema) Create a handler for GraphQL schema. -
Uses of InvocationHandler in io.helidon.webserver.graphql
Methods in io.helidon.webserver.graphql with parameters of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.webserver.graphql with type arguments of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.