Uses of Class
dev.langchain4j.mcp.client.progress.McpProgressNotification
Packages that use McpProgressNotification
-
Uses of McpProgressNotification in dev.langchain4j.mcp.client
Methods in dev.langchain4j.mcp.client with parameters of type McpProgressNotificationModifier and TypeMethodDescriptiondefault voidMcpClientListener.onNotificationProgress(McpProgressNotification notification) Called when the server sends anotifications/progressnotification. -
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) Deprecated, for removal: This API element is subject to removal in a future version.static McpProgressNotificationParses a McpProgressNotification from the contents of the 'params' object inside a 'notifications/progress' message, presented as plain values.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.
McpProgressNotification.fromMap(Map), which does not expose Jackson types.