Uses of Interface
io.helidon.graphql.server.InvocationHandler
Packages that use InvocationHandler
Package
Description
GraphQL server implementation.
GraphQL server integration with Helidon NĂma WebServer.
GraphQL server integration with Helidon Reactive WebServer.
-
Uses of InvocationHandler in io.helidon.graphql.server
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.nima.graphql.server
Methods in io.helidon.nima.graphql.server with parameters of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.nima.graphql.server with type arguments of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests. -
Uses of InvocationHandler in io.helidon.reactive.graphql.server
Methods in io.helidon.reactive.graphql.server with parameters of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.reactive.graphql.server with type arguments of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.