Uses of Interface
io.helidon.graphql.server.InvocationHandler
-
Uses of InvocationHandler in io.helidon.graphql.server
Modifier and TypeMethodDescriptionInvocationHandler.Builder.build()
static InvocationHandler
InvocationHandler.create
(graphql.schema.GraphQLSchema schema) Create a handler for GraphQL schema.Modifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler
(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Modifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler
(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.