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.

@FunctionalInterface public static interface InvocationHandler.ContextHandler
Handler used to update the ExecutionContext before GraphQL execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the execution context.
  • Method Details

    • update

      void update(ExecutionContext context)
      Update the execution context.
      Parameters:
      context - execution context