- 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 Summary
Modifier 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
-
getName
String getName()Returns the extension name - which is used when displaying the extension in the UI / CLI.- Returns:
- The name of the extension.
-
getDescription
String getDescription()Returns a description of the extension - which is used when displaying the extension in the UI / CLI.- Returns:
- The description of the extension.
-