Class AsyncMcpPromptListChangedMethodCallback

java.lang.Object
org.springaicommunity.mcp.method.changed.prompt.AbstractMcpPromptListChangedMethodCallback
org.springaicommunity.mcp.method.changed.prompt.AsyncMcpPromptListChangedMethodCallback
All Implemented Interfaces:
Function<List<io.modelcontextprotocol.spec.McpSchema.Prompt>,reactor.core.publisher.Mono<Void>>

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