ProgressNotification

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

This notification can be sent by either the client or server to provide progress updates for requests that include a progressToken in their _meta field.

Constructors

Link copied to clipboard
constructor(params: ProgressNotificationParams)

Properties

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

The progress update parameters.

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.