toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.protocol.messages
/
McpLogging
/
LoggingMessage
/
Notification
Notification
@
JsonSerializable
data
class
Notification
(
val
level
:
LogLevel
,
val
logger
:
String
?
=
null
,
val
data
:
Map
<
String
,
Any
>
=
emptyMap()
,
val
_meta
:
Meta
=
Meta.default
)
:
ServerMessage.Notification
,
HasMeta
Members
Members & Extensions
Constructors
Notification
Link copied to clipboard
constructor
(
level
:
LogLevel
,
logger
:
String
?
=
null
,
data
:
Map
<
String
,
Any
>
=
emptyMap()
,
_meta
:
Meta
=
Meta.default
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Meta
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
>
level
Link copied to clipboard
val
level
:
LogLevel
logger
Link copied to clipboard
val
logger
:
String
?
=
null
Functions
to
Json
Rpc
Link copied to clipboard
fun
McpNotification
.
toJsonRpc
(
method
:
McpRpc
)
:
MoshiNode