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