final | |
|---|---|
readonly | |
extends |
JsonRpcNotification<'notifications/subscriptions/acknowledged', array{jsonrpc: '2.0', method: 'notifications/subscriptions/acknowledged', params: template-type<SubscriptionsAcknowledgedNotificationParams, NotificationParams, 'T'>}> |
implements |
ServerNotification |
Sent by the server as the first message on a subscriptions/listen stream to acknowledge
that the subscription has been established and to report which notification types it
agreed to honor.
| Methods | ||
|---|---|---|
public
|
__construct(SubscriptionsAcknowledgedNotificationParams $params)
|
# |
public
static
|
getMethod(): string
|
# |
public
static
|
fromArray(array $data): static
|
# |
public
|
toArray(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification |
|---|
jsonSerialize() |
| Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage |
|---|
|
| Properties | |||
|---|---|---|---|
public
readonly
|
SubscriptionsAcknowledgedNotificationParams
|
$params
|
# |