Uses of Interface
io.helidon.graphql.server.InvocationHandler
-
Packages that use InvocationHandler Package Description io.helidon.graphql.server GraphQL server implementation for Helidon SE. -
-
Uses of InvocationHandler in io.helidon.graphql.server
Methods in io.helidon.graphql.server that return InvocationHandler Modifier and Type Method Description InvocationHandler
InvocationHandler.Builder. build()
static InvocationHandler
InvocationHandler. create(graphql.schema.GraphQLSchema schema)
Create a handler for GraphQL schema.Methods in io.helidon.graphql.server with parameters of type InvocationHandler Modifier and Type Method Description GraphQlSupport.Builder
GraphQlSupport.Builder. invocationHandler(InvocationHandler handler)
InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.graphql.server with type arguments of type InvocationHandler Modifier and Type Method Description GraphQlSupport.Builder
GraphQlSupport.Builder. invocationHandler(Supplier<InvocationHandler> handler)
InvocationHandler to execute GraphQl requests.
-