Class AsyncMcpResourceListChangedMethodCallback

java.lang.Object
org.springaicommunity.mcp.method.changed.resource.AbstractMcpResourceListChangedMethodCallback
org.springaicommunity.mcp.method.changed.resource.AsyncMcpResourceListChangedMethodCallback
All Implemented Interfaces:
Function<List<io.modelcontextprotocol.spec.McpSchema.Resource>,reactor.core.publisher.Mono<Void>>

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