final | |
---|---|
readonly | |
extends |
Notification |
implements |
ServerNotification |
A notification from the server to the client, informing it that a resource has changed
and may need to be read again. This should only be sent if the client previously sent a
resources/subscribe
request.
Methods | ||
---|---|---|
public
|
__construct(non-empty-string $jsonrpc, non-empty-string $uri)
|
# |
Methods inherited from Nexus\Mcp\Message\Notification |
---|
toArray() |
Methods inherited from Nexus\Mcp\Message\Message |
---|
jsonSerialize() |
Constants inherited from Nexus\Mcp\Message\Message |
---|
|
Properties | |||
---|---|---|---|
public
|
non-empty-string
|
$uri
|
# |
Properties inherited from Nexus\Mcp\Message\Notification |
---|
$method, $params |
Properties inherited from Nexus\Mcp\Message\Message |
---|
$jsonrpc |