Package io.quarkus.test.bootstrap
Interface ManagedResourceBuilder
-
- All Known Implementing Classes:
DevModeQuarkusApplicationManagedResourceBuilder,GitRepositoryQuarkusApplicationManagedResourceBuilder,ProdQuarkusApplicationManagedResourceBuilder,QuarkusApplicationManagedResourceBuilder
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 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
-
-