ResourceUpdatedNotification

@Serializable
@SerialName(value = "notifications/resources/updated")
data class ResourceUpdatedNotification(val params: ResourceUpdatedNotification.ResourceUpdatedParams) : JsonRpcNotification

Constructors

Types

Link copied to clipboard
@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.

Properties

Link copied to clipboard
Link copied to clipboard

Functions