Uses of Interface
io.helidon.graphql.server.InvocationHandler.ContextHandler
Packages that use InvocationHandler.ContextHandler
-
Uses of InvocationHandler.ContextHandler in io.helidon.graphql.server
Methods in io.helidon.graphql.server with parameters of type InvocationHandler.ContextHandlerModifier and TypeMethodDescriptionInvocationHandler.Builder.addContextHandler(InvocationHandler.ContextHandler contextHandler) Add a context handler to update theExecutionContextbefore GraphQL execution.