Interface McpHandlerInvocation<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Generic invocation callback used by McpRequestInterceptor.
Author:
Mark Allen
  • Method Summary

    Modifier and Type
    Method
    Description
    Invokes the downstream MCP handling logic.
  • Method Details

    • invoke

      Invokes the downstream MCP handling logic.
      Returns:
      the invocation result
      Throws:
      Exception - if downstream handling fails