Package io.quarkus.test.bootstrap
Interface ManagedResourceBuilder
-
- All Known Implementing Classes:
ArtifactQuarkusApplicationManagedResourceBuilder,DevModeQuarkusApplicationManagedResourceBuilder,GitRepositoryQuarkusApplicationManagedResourceBuilder,ProdQuarkusApplicationManagedResourceBuilder,QuarkusApplicationManagedResourceBuilder,RemoteDevModeQuarkusApplicationManagedResourceBuilder
public interface ManagedResourceBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ManagedResourcebuild(ServiceContext context)Build the resource using the service context.default StringgetComputedProperty(String property)default voidinit(Annotation annotation)(Optional) Init managed resource builder using the metadata from the annotation.
-
-
-
Method Detail
-
build
ManagedResource build(ServiceContext context)
Build the resource using the service context.
-
init
default void init(Annotation annotation)
(Optional) Init managed resource builder using the metadata from the annotation.- Parameters:
annotation- metadata
-
-