Uses of Class
org.springframework.ai.mcp.annotation.method.changed.resource.AbstractMcpResourceListChangedMethodCallback.AbstractBuilder
Packages that use AbstractMcpResourceListChangedMethodCallback.AbstractBuilder
Package
Description
Method callbacks and specifications for MCP resource list changed notifications.
-
Uses of AbstractMcpResourceListChangedMethodCallback.AbstractBuilder in org.springframework.ai.mcp.annotation.method.changed.resource
Classes in org.springframework.ai.mcp.annotation.method.changed.resource with type parameters of type AbstractMcpResourceListChangedMethodCallback.AbstractBuilderModifier and TypeClassDescriptionprotected static classAbstractMcpResourceListChangedMethodCallback.AbstractBuilder<T extends AbstractMcpResourceListChangedMethodCallback.AbstractBuilder<T,R>, R> Abstract builder for creating McpResourceListChangedMethodCallback instances.Subclasses of AbstractMcpResourceListChangedMethodCallback.AbstractBuilder in org.springframework.ai.mcp.annotation.method.changed.resourceModifier and TypeClassDescriptionstatic classBuilder for creating AsyncMcpResourceListChangedMethodCallback instances.static classBuilder for creating SyncMcpResourceListChangedMethodCallback instances.