Metamodel Properties
data class MetamodelProperties(val enabled: Boolean = true, val drift: MetamodelProperties.DriftProperties = DriftProperties())
Settings for the metamodel governance loop.
None of this switches governance on by itself. The loop is wired only when the application supplies a DeclaredSchemaSource bean, whatever these properties say. They control what happens once one exists.
Constructors
Link copied to clipboard
constructor(enabled: Boolean = true, drift: MetamodelProperties.DriftProperties = DriftProperties())