Uses of Class
dev.langchain4j.mcp.client.progress.McpProgressNotification
Packages that use McpProgressNotification
-
Uses of McpProgressNotification in dev.langchain4j.mcp.client.progress
Methods in dev.langchain4j.mcp.client.progress that return McpProgressNotificationModifier and TypeMethodDescriptionstatic McpProgressNotificationMcpProgressNotification.fromJson(com.fasterxml.jackson.databind.JsonNode params) Parses a McpProgressNotification from the contents of the 'params' object inside a 'notifications/progress' message.Methods in dev.langchain4j.mcp.client.progress with parameters of type McpProgressNotificationModifier and TypeMethodDescriptionvoidMcpProgressHandler.onProgress(McpProgressNotification notification) Called when a progress notification is received from the MCP server.