Class QuarkusProject
java.lang.Object
com.azure.runtime.host.resources.Resource<QuarkusProject>
com.azure.runtime.host.resources.Container<QuarkusProject>
com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject<QuarkusProject>
com.azure.runtime.host.extensions.quarkus.resources.QuarkusProject
- All Implemented Interfaces:
IntrospectiveResource,ResourceTrait<QuarkusProject>,ResourceWithArguments<QuarkusProject>,ResourceWithEndpoints<QuarkusProject>,ResourceWithEnvironment<QuarkusProject>,ResourceWithLifecycle,ResourceWithReference<QuarkusProject>,ResourceWithTemplate<QuarkusProject>,SelfAware<QuarkusProject>
public class QuarkusProject
extends MicroserviceProject<QuarkusProject>
implements ResourceWithTemplate<QuarkusProject>, IntrospectiveResource
-
Nested Class Summary
Nested classes/interfaces inherited from class com.azure.runtime.host.resources.Container
Container.BindMount, Container.Volume -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
getPath, introspect, isOpenTelemetryEnabled, onResourcePrecommit, processTemplate, self, withOpenTelemetry, withPathMethods inherited from class com.azure.runtime.host.resources.Container
withBindMount, withEntryPoint, withImage, withVolumeMethods inherited from class com.azure.runtime.host.resources.Resource
copyInto, getAnnotations, getName, getType, withAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.runtime.host.resources.traits.IntrospectiveResource
introspectMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithArguments
withArgument, withArguments, withArgumentsMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
getEndpoint, getEndpoints, withExternalHttpEndpoints, withHttpEndpoint, withHttpEndpoint, withHttpsEndpoint, withHttpsEndpointMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
withEnvironment, withEnvironment, withEnvironment, withReference, withReference, withReferenceMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
onResourceAdded, onResourceRemovedMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithReference
withReferenceMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithTemplate
processTemplate
-
Constructor Details
-
QuarkusProject
-