Package io.quarkus.arc.deployment
Class ArcDevModeConfig
java.lang.Object
io.quarkus.arc.deployment.ArcDevModeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf set to true then 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. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
monitoringEnabled
@ConfigItem(defaultValue="false") public boolean monitoringEnabledIf 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
@ConfigItem(defaultValue="true") public boolean generateDependencyGraphsIf set to true then the dependency graphs are generated and available in the Dev UI.
-
-
Constructor Details
-
ArcDevModeConfig
public ArcDevModeConfig()
-