GetTaskPayloadRequest

A request to retrieve the result of a completed task.

This request can be sent by either side (both ClientRequest and ServerRequest).

Constructors

Link copied to clipboard
constructor(params: GetTaskPayloadRequestParams)

Properties

Link copied to clipboard

Metadata for this request. May include a progressToken for out-of-band progress notifications.

Link copied to clipboard
open override val method: Method

the request method identifier

Link copied to clipboard

The parameters specifying which task to retrieve results for.

Link copied to clipboard

The task identifier to retrieve results for.

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.