ResourceUpdatedParams

@Serializable
data class ResourceUpdatedParams(val uri: String, val _meta: Map<String, JsonElement>? = null) : NotificationParams

A notification from the server to the client that a subscribed resource has been updated. The client may re-fetch the resource with resources/read.

Constructors

Link copied to clipboard
constructor(uri: String, _meta: Map<String, JsonElement>? = null)

Properties

Link copied to clipboard
open override val _meta: Map<String, JsonElement>?
Link copied to clipboard
val uri: String

The URI of the resource that has been updated.