Package io.quarkus.deployment.pkg
Interface PackageConfig.JarConfig.CracConfig
- Enclosing interface:
PackageConfig.JarConfig
public static interface PackageConfig.JarConfig.CracConfig
Configuration for CRaC checkpointing.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Whether to enable CRaC checkpointing feature.
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Whether to enable CRaC checkpointing feature.Note that it is a no-op if not using a JVM distribution supporting CRaC.
-