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

templates.groovy.tmpl Maven / Gradle / Ivy

// camel-k: language=groovy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy