Class AsyncMcpPromptListChangedMethodCallback.Builder
java.lang.Object
org.springframework.ai.mcp.annotation.method.changed.prompt.AbstractMcpPromptListChangedMethodCallback.AbstractBuilder<AsyncMcpPromptListChangedMethodCallback.Builder, AsyncMcpPromptListChangedMethodCallback>
org.springframework.ai.mcp.annotation.method.changed.prompt.AsyncMcpPromptListChangedMethodCallback.Builder
- Enclosing class:
AsyncMcpPromptListChangedMethodCallback
public static class AsyncMcpPromptListChangedMethodCallback.Builder
extends AbstractMcpPromptListChangedMethodCallback.AbstractBuilder<AsyncMcpPromptListChangedMethodCallback.Builder, AsyncMcpPromptListChangedMethodCallback>
Builder for creating AsyncMcpPromptListChangedMethodCallback instances.
This builder provides a fluent API for constructing AsyncMcpPromptListChangedMethodCallback instances with the required parameters.
- Author:
- Christian Tzolov
-
Field Summary
Fields inherited from class AbstractMcpPromptListChangedMethodCallback.AbstractBuilder
bean, method -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMcpPromptListChangedMethodCallback.AbstractBuilder
bean, method, promptListChanged, validate
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Build the callback.- Specified by:
buildin classAbstractMcpPromptListChangedMethodCallback.AbstractBuilder<AsyncMcpPromptListChangedMethodCallback.Builder, AsyncMcpPromptListChangedMethodCallback>- Returns:
- A new AsyncMcpPromptListChangedMethodCallback instance
-