Introduce scala DSL for schedule-triggered routes
-------------------------------------------------
Key: CAMEL-3491
URL: https://issues.apache.org/jira/browse/CAMEL-3491
Project: Camel
Issue Type: Improvement
Components: camel-scala
Reporter: Pavel Grushetzky
Priority: Minor
Introduce DSL to generate exchanges
* periodically, with a defined interval between fires. This is synonymous to
[timer component|http://camel.apache.org/timer.html]
* per cron schedule, just like [quartz
component|http://camel.apache.org/quartz.html] does
The resulting DSL intends to be a shortcut/replacement to "from" clause for
typical schedule-triggered routes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.