Interface Nexus\Mcp\Core\Handler\NotificationHandlerInterface

<out TMethod is non-empty-string>

Handler for a single inbound JSON-RPC notification, TMethod binding the literal its notification class returns from static::getMethod().

  • Nexus\Mcp\Core\Handler\NotificationHandlerInterface
    • Nexus\Mcp\Core\Handler\Notification\CancelledNotificationHandler implements NotificationHandlerInterface<'notifications/cancelled'>
    • Nexus\Mcp\Client\Handler\Notification\ExtensionGateNotificationHandler implements NotificationHandlerInterface<non-empty-string>
    • Nexus\Mcp\Client\Handler\Notification\RoutingProgressNotificationHandler implements NotificationHandlerInterface<'notifications/progress'>
Methods