All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.js.tmpl Maven / Gradle / Ivy

// camel-k: language=js

// Write your routes here, for example:
from('timer:js?period=1000')
    .routeId('js')
    .setBody()
      .simple('Hello Camel from ${routeId}')
    .log('${body}')




© 2015 - 2025 Weber Informatics LLC | Privacy Policy