Package io.quarkiverse.mcp.server
Interface ResourceManager.ResourceInfo
- All Superinterfaces:
Comparable<FeatureManager.FeatureInfo>,FeatureManager.FeatureInfo
- Enclosing interface:
- ResourceManager
Resource info.
-
Method Summary
Methods inherited from interface io.quarkiverse.mcp.server.FeatureManager.FeatureInfo
asJson, compareTo, createdAt, description, isMethod, name, serverName
-
Method Details
-
title
String title() -
uri
String uri() -
mimeType
String mimeType() -
size
OptionalInt size() -
annotations
Optional<Content.Annotations> annotations() -
sendUpdateAndForget
void sendUpdateAndForget()Sends update notifications to all subscribers without waiting for the result.The message can be sent asynchronously, e.g. if this method is invoked on an event loop.
-