Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.UnsubscribeRequest
Packages that use McpSchema.UnsubscribeRequest
-
Uses of McpSchema.UnsubscribeRequest in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.UnsubscribeRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncClient.unsubscribeResource(McpSchema.UnsubscribeRequest unsubscribeRequest) Cancels an existing subscription to a resource.voidMcpSyncClient.unsubscribeResource(McpSchema.UnsubscribeRequest unsubscribeRequest) Send a resources/unsubscribe request.