This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f7da2e13f230921fecb3924013bbed297be7369e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sat Jan 11 19:20:26 2020 +0100 Better TIP section for timer component --- components/camel-timer/src/main/docs/timer-component.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/camel-timer/src/main/docs/timer-component.adoc b/components/camel-timer/src/main/docs/timer-component.adoc index 3c4fea2..81f88cf 100644 --- a/components/camel-timer/src/main/docs/timer-component.adoc +++ b/components/camel-timer/src/main/docs/timer-component.adoc @@ -27,14 +27,22 @@ You can append query options to the URI in the following format, *Note:* The IN body of the generated exchange is `null`. So `exchange.getIn().getBody()` returns `null`. -*TIP:* Advanced Scheduler +[TIP] +==== +*Advanced Scheduler* + See also the xref:quartz-component.adoc[Quartz] component that supports much more advanced scheduling. +==== + +[TIP] +==== +*Specify time in human friendly format* -*TIP:* Specify time in human friendly format You can specify the time in xref:manual::faq/how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human friendly syntax]. +==== == Options