Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ReadResourceResult
Packages that use McpSchema.ReadResourceResult
-
Uses of McpSchema.ReadResourceResult in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.ReadResourceResultModifier and TypeMethodDescriptionMcpSyncClient.readResource(McpSchema.ReadResourceRequest readResourceRequest) Send a resources/read request.McpSyncClient.readResource(McpSchema.Resource resource) Send a resources/read request.Methods in io.modelcontextprotocol.client that return types with arguments of type McpSchema.ReadResourceResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.ReadResourceResult>McpAsyncClient.readResource(McpSchema.ReadResourceRequest readResourceRequest) Reads the content of a specific resource identified by the provided request.reactor.core.publisher.Mono<McpSchema.ReadResourceResult>McpAsyncClient.readResource(McpSchema.Resource resource) Reads the content of a specific resource identified by the provided Resource object. -
Uses of McpSchema.ReadResourceResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.ReadResourceResultModifier and TypeMethodDescriptionBiFunction<McpAsyncServerExchange,McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> McpServerFeatures.AsyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.McpServerFeatures.SyncResourceSpecification.readHandler()Returns the value of thereadHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.ReadResourceResultModifierConstructorDescriptionAsyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpAsyncServerExchange, McpSchema.ReadResourceRequest, reactor.core.publisher.Mono<McpSchema.ReadResourceResult>> readHandler) Creates an instance of aAsyncResourceSpecificationrecord class.SyncResourceSpecification(McpSchema.Resource resource, BiFunction<McpSyncServerExchange, McpSchema.ReadResourceRequest, McpSchema.ReadResourceResult> readHandler) Creates an instance of aSyncResourceSpecificationrecord class.