Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-spring-boot
-
Labels:None
-
Estimated Complexity:Unknown
Description
Sometimes you may have multiple route builders in an app, and you may want to be able to only include one of them, and want to be able to configure this via configuration properties / env variables instead of having to do source code changes.
This can also be used from unit testing to make it easier to select with route builders to test.