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

templates.jsh.tmpl Maven / Gradle / Ivy

// camel-k: language=jsh

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy