SubscribeRequest extension type

Sent from the client to request resources/updated notifications from the server whenever a particular resource changes.

on
Implemented types

Constructors

SubscribeRequest.new({required String uri, MetaWithProgressToken? meta})
factory
SubscribeRequest.fromMap(Map<String, Object?> _value)

Properties

meta MetaWithProgressToken?
If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress).
no setterinherited
uri String
The URI of the resource to subscribe to. The URI can use any protocol; it is up to the server how to interpret it.
no setter

Constants

methodName → const String