Class SyncMcpResourceListChangedMethodCallback

java.lang.Object
org.springaicommunity.mcp.method.changed.resource.AbstractMcpResourceListChangedMethodCallback
org.springaicommunity.mcp.method.changed.resource.SyncMcpResourceListChangedMethodCallback
All Implemented Interfaces:
Consumer<List<io.modelcontextprotocol.spec.McpSchema.Resource>>

public final class SyncMcpResourceListChangedMethodCallback extends AbstractMcpResourceListChangedMethodCallback implements Consumer<List<io.modelcontextprotocol.spec.McpSchema.Resource>>
Class for creating Consumer callbacks around resource list changed consumer methods. This class provides a way to convert methods annotated with McpResourceListChanged into callback functions that can be used to handle resource list change notifications. It supports methods with a single List<McpSchema.Resource> parameter.
Author:
Christian Tzolov