Languages
Camel K supports multiple languages for writing integrations:
Language | Description |
---|---|
Groovy |
|
Kotlin Script |
|
JavaScript |
|
Integrations written in plain Java DSL are supported. |
|
Integrations written in plain XML DSL are supported (Spring XML or Blueprint not supported). |
|
Integrations written in plain YAML DSL are supported. |
More information about supported languages is provided in the language specific section.
Integrations written in different languages are provided in the examples pack that is downloadable from the release page.