🗓️ 05042024 1804
📎 #apache_camel
camel_architecture
Terms | Additional info |
---|---|
camelContext | contains everything in the camel runtime |
DSL | Domain Specific Language- Defines EIPS- Defines routes |
components | - Provide an endpoint interface- For connecting to other systems |
routes | Tells camel how messages should be routed between systems |
processors | handle things in between endpoints |
IMPORTANT
Route has: - Exactly 1 input endpoint - 0,1 or more output endpoints