java.lang.Object
com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
com.azure.runtime.host.extensions.quarkus.QuarkusExtension
All Implemented Interfaces:
Extension

public class QuarkusExtension extends MicroserviceExtension
  • Constructor Details

    • QuarkusExtension

      public QuarkusExtension()
  • Method Details

    • addQuarkusProject

      public QuarkusProject addQuarkusProject(String name)
      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.