final | |
|---|---|
readonly | |
extends |
JsonRpcNotification<'notifications/progress'> |
implements |
ClientNotification, ServerNotification |
An out-of-band notification used to inform the receiver of a progress update for a long-running request.
| Methods | ||
|---|---|---|
public
|
__construct(ProgressNotificationParams $params)
|
# |
public
static
|
getMethod(): string
|
# |
public
static
|
fromArray(array $data): static
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification |
|---|
toArray(), jsonSerialize() |
| Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage |
|---|
|
| Properties | |||
|---|---|---|---|
public
readonly
|
ProgressNotificationParams
|
$params
|
# |