common
fun NamedDomainObjectContainer<ProcessorConfiguration>.common(action: Action<ProcessorConfiguration>)(source)
Defines a common configuration that applies to all processors.
This block allows you to set default values for properties shared by all processors. Individual processor configurations can override these common settings if needed.
Parameters
action
An action to configure the common properties.