final | |
|---|---|
readonly | |
extends |
NotificationParams |
Parameters for a notifications/message notification.
| Methods | ||
|---|---|---|
public
|
__construct(LoggingLevel $level, mixed $data, ?string $logger = null, MetaObject $meta = new MetaObject())
|
# |
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Properties | |||
|---|---|---|---|
public
|
LoggingLevel
|
$level
|
# |
public
|
mixed
|
$data
|
# |
public
|
?string
|
$logger
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\NotificationParams |
|---|
$meta |