Params
data class Params(val progress: Double, val progressToken: ProgressToken, val total: Double? = null, val message: String? = null, val _meta: JsonObject = EmptyJsonObject) : NotificationParams, ProgressBase(source)
Constructors
Link copied to clipboard
constructor(progress: Double, progressToken: ProgressToken, total: Double? = null, message: String? = null, _meta: JsonObject = EmptyJsonObject)
Properties
Link copied to clipboard
The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.
Link copied to clipboard
The progress token, which was given in the initial request, used to associate this notification with the request that is proceeding.