Class Nexus\Mcp\Core\Schema\Result\SubscriptionsListenResult

final
readonly
extends Result<array{_meta: template-type<SubscriptionsListenResultMetaObject, Arrayable, 'T'>, resultType: non-empty-string}>
implements ServerResult

The response to a subscriptions/listen request, signalling that the subscription has ended gracefully (for example, during server shutdown). Because the listen stream is long-lived, this result is sent only when the server tears the subscription down; an abrupt transport close carries no response. The result body is otherwise empty.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\Result
jsonSerialize(),
Properties