Class SyncMcpPromptListChangedMethodCallback.Builder
java.lang.Object
org.springframework.ai.mcp.annotation.method.changed.prompt.AbstractMcpPromptListChangedMethodCallback.AbstractBuilder<SyncMcpPromptListChangedMethodCallback.Builder, SyncMcpPromptListChangedMethodCallback>
org.springframework.ai.mcp.annotation.method.changed.prompt.SyncMcpPromptListChangedMethodCallback.Builder
- Enclosing class:
SyncMcpPromptListChangedMethodCallback
public static class SyncMcpPromptListChangedMethodCallback.Builder
extends AbstractMcpPromptListChangedMethodCallback.AbstractBuilder<SyncMcpPromptListChangedMethodCallback.Builder, SyncMcpPromptListChangedMethodCallback>
Builder for creating SyncMcpPromptListChangedMethodCallback instances.
This builder provides a fluent API for constructing SyncMcpPromptListChangedMethodCallback 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<SyncMcpPromptListChangedMethodCallback.Builder, SyncMcpPromptListChangedMethodCallback>- Returns:
- A new SyncMcpPromptListChangedMethodCallback instance
-