ProgressNotification

An out-of-band notification used to inform the receiver of a progress update for a long-running request.

Constructors

Link copied to clipboard
constructor(params: ProgressNotification.Params)

Types

Link copied to clipboard
data class Params(val progress: Double, val progressToken: ProgressToken, val total: Double? = null, val message: String? = null, val _meta: JsonObject = EmptyJsonObject) : NotificationParams, ProgressBase

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.