Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
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.