Package org.springframework.ai.mcp.annotation.method.progress
package org.springframework.ai.mcp.annotation.method.progress
Method callbacks and specifications for MCP progress reporting.
-
ClassDescriptionAbstract base class for creating callbacks around progress methods.AbstractMcpProgressMethodCallback.AbstractBuilder<T extends AbstractMcpProgressMethodCallback.AbstractBuilder<T,
R>, R> Abstract builder for creating McpProgressMethodCallback instances.Exception thrown when there is an error invoking a progress method.Asynchronous implementation of a progress method callback.Builder for creating AsyncMcpProgressMethodCallback instances.Specification for asynchronous progress handlers.Synchronous implementation of a progress method callback.Builder for creating SyncMcpProgressMethodCallback instances.Specification for synchronous progress handlers.