Interface FeatureManager<INFO extends FeatureManager.FeatureInfo>

Type Parameters:
INFO -
All Superinterfaces:
Iterable<INFO>
All Known Subinterfaces:
CompletionManager, NotificationManager, PromptCompletionManager, PromptManager, ResourceManager, ResourceTemplateCompletionManager, ResourceTemplateManager, ToolManager
All Known Implementing Classes:
CompletionManagerBase, NotificationManagerImpl, PromptCompletionManagerImpl, PromptManagerImpl, ResourceManagerImpl, ResourceTemplateCompletionManagerImpl, ResourceTemplateManagerImpl, ToolManagerImpl

public interface FeatureManager<INFO extends FeatureManager.FeatureInfo> extends Iterable<INFO>