Class QuarkusExtension
java.lang.Object
com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
com.azure.runtime.host.extensions.quarkus.QuarkusExtension
- All Implemented Interfaces:
Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddQuarkusProject
(String name) Adds a new Quarkus project to the app host.Methods inherited from class com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
addEurekaServiceDiscovery, getDescription, getName
-
Constructor Details
-
QuarkusExtension
public QuarkusExtension()
-
-
Method Details
-
addQuarkusProject
Adds a new Quarkus project to the app host.- Parameters:
name
- The name of the Quarkus project.- Returns:
- A new
QuarkusProject
instance that can be used to configure the project.
-