Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
Needed by CAMEL-8799
When using languages / data formats etc which configures their properties from the DSL defined in camel-core, then we need a way of doing post configured logic to init the expression.
Currently this is not so easy.
Introducing a AfterPropertiesConfigured callback allows those components to implement that interface and do their needed logic.