UnsubscribeRequest

mcp.schema.request.UnsubscribeRequest
See theUnsubscribeRequest companion object
final case class UnsubscribeRequest(uri: String) extends Request

Sent from the client to request cancellation of resources/updated notifications from the server. This should follow a previous resources/subscribe request.

Attributes

Companion
object
Source
UnsubscribeRequest.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def method: Method

Attributes

Definition Classes
Source
UnsubscribeRequest.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product