Package io.quarkus.arc.deployment
Interface ArcDevModeConfig
public interface ArcDevModeConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionIf set totruethen the dependency graphs are generated and available in the Dev UI.booleanIf set to true then the container monitors business method invocations and fired events during the development mode.
-
Method Details
-
monitoringEnabled
@WithDefault("false") boolean monitoringEnabled()If set to true then the container monitors business method invocations and fired events during the development mode.NOTE: This config property should not be changed in the development mode as it requires a full rebuild of the application
-
generateDependencyGraphs
If set totruethen the dependency graphs are generated and available in the Dev UI. If set toautothen the dependency graphs are generated if there's less than 1000 beans in the application. If set tofalsethe dependency graphs are not generated.
-