Home »
MCQs »
Apache Camel MCQs
Which of the following is a builder API that allows you to use type-safe Camel Component building and inject them directly into the Camel Context instead of needing a function?
7. Which of the following is a builder API that allows you to use type-safe Camel Component building and inject them directly into the Camel Context instead of needing a function?
- Endpoint DSL
- DataFormat DSL
- Component DSL
Answer: C) Component DSL
Explanation:
Component DSL is a builder API that allows you to use type-safe Camel Component building and inject them directly into the Camel Context instead of needing a function.