toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.protocol.messages
/
Cancelled
/
Notification
Notification
@
JsonSerializable
data
class
Notification
(
val
requestId
:
String
,
val
reason
:
String
?
,
val
_meta
:
Meta
=
Meta.default
)
:
ClientMessage.Notification
,
ServerMessage.Notification
,
HasMeta
Members
Members & Extensions
Constructors
Notification
Link copied to clipboard
constructor
(
requestId
:
String
,
reason
:
String
?
,
_meta
:
Meta
=
Meta.default
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Meta
reason
Link copied to clipboard
val
reason
:
String
?
request
Id
Link copied to clipboard
val
requestId
:
String
Functions
to
Json
Rpc
Link copied to clipboard
fun
McpNotification
.
toJsonRpc
(
method
:
McpRpc
)
:
MoshiNode