- All Known Implementing Classes:
- AzureEventHubsExtension,- AzureOpenAIExtension,- AzureStorageExtension,- DotnetExtension,- MicronautExtension,- MicroserviceExtension,- QuarkusExtension,- SpringExtension
public interface Extension
An extension is a collection of resources that can be used to extend the functionality of the AppHost API.
- 
Method SummaryModifier and TypeMethodDescriptionReturns a description of the extension - which is used when displaying the extension in the UI / CLI.getName()Returns the extension name - which is used when displaying the extension in the UI / CLI.
- 
Method Details- 
getNameString getName()Returns the extension name - which is used when displaying the extension in the UI / CLI.- Returns:
- The name of the extension.
 
- 
getDescriptionString getDescription()Returns a description of the extension - which is used when displaying the extension in the UI / CLI.- Returns:
- The description of the extension.
 
 
-