Interface Nexus\Mcp\Core\Handler\NotificationHandlerInterface

<out TMethod is non-empty-string>

Handles a single inbound JSON-RPC notification. TMethod binds the literal returned by static::getMethod() on the matching notification class so the registry can store handlers heterogeneously. It does not narrow handle()'s parameter, which stays at the wide envelope type.

Methods