ResourceListChangedNotification

An optional notification from the server to the client, informing it that the list of resources it can read from has changed. Servers may issue this without any previous subscription from the client.

Constructors

Link copied to clipboard
constructor(params: ResourceListChangedNotification.Params = Params())

Types

Link copied to clipboard
data class Params(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.