Package io.quarkiverse.mcp.server
Interface NotificationManager.NotificationDefinition
- All Superinterfaces:
FeatureManager.FeatureDefinition<NotificationManager.NotificationInfo,NotificationManager.NotificationArguments, Void, NotificationManager.NotificationDefinition>
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.NotificationDefinition
extends FeatureManager.FeatureDefinition<NotificationManager.NotificationInfo,NotificationManager.NotificationArguments,Void,NotificationManager.NotificationDefinition>
NotificationManager.NotificationInfo definition.
This construct is not thread-safe and should not be reused.
-
Method Summary
Methods inherited from interface io.quarkiverse.mcp.server.FeatureManager.FeatureDefinition
register, setAsyncHandler, setDescription, setHandler, setHandler, setServerName
-
Method Details
-
setType
- Parameters:
type-- Returns:
- self
- See Also:
-