Interface InvocationHandler.ContextHandler
- Enclosing interface:
InvocationHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler used to update the
ExecutionContext before GraphQL execution.-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(ExecutionContext context) Update the execution context.
-
Method Details
-
update
Update the execution context.- Parameters:
context- execution context
-