Uses of Interface
io.quarkiverse.mcp.server.NotificationManager.NotificationInfo
Packages that use NotificationManager.NotificationInfo
-
Uses of NotificationManager.NotificationInfo in io.quarkiverse.mcp.server
Methods in io.quarkiverse.mcp.server that return NotificationManager.NotificationInfoModifier and TypeMethodDescriptionNotificationManager.getNotification(Notification.Type type, String name) NotificationManager.NotificationDefinition.register()Method parameters in io.quarkiverse.mcp.server with type arguments of type NotificationManager.NotificationInfoModifier and TypeMethodDescriptionbooleanNotificationManager.removeNotification(Predicate<NotificationManager.NotificationInfo> filter) Removes an init callback previously added withNotificationManager.newNotification(String). -
Uses of NotificationManager.NotificationInfo in io.quarkiverse.mcp.server.runtime
Methods in io.quarkiverse.mcp.server.runtime that return NotificationManager.NotificationInfoModifier and TypeMethodDescriptionNotificationManagerImpl.getNotification(Notification.Type type, String name) Methods in io.quarkiverse.mcp.server.runtime with parameters of type NotificationManager.NotificationInfoModifier and TypeMethodDescriptionNotificationManagerImpl.key(NotificationManager.NotificationInfo info) Method parameters in io.quarkiverse.mcp.server.runtime with type arguments of type NotificationManager.NotificationInfoModifier and TypeMethodDescriptionbooleanNotificationManagerImpl.removeNotification(Predicate<NotificationManager.NotificationInfo> filter)