ResourceUpdatedNotification

A notification from the server to the client, informing it that a resource has changed and may need to be read again. This should only be sent if the client previously sent a resources/subscribe request.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Params(val uri: String, val _meta: JsonObject = EmptyJsonObject) : NotificationParams

Properties

Link copied to clipboard
open override val method: Method
Link copied to clipboard

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.