This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ce40485555dd6d1e18b8153ad25a402ccc3d047c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 14 06:52:13 2021 +0200 CAMEL-16849 - Add at least one example for component in docs - Camel-Atom --- components/camel-atom/src/main/docs/atom-component.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/camel-atom/src/main/docs/atom-component.adoc b/components/camel-atom/src/main/docs/atom-component.adoc index dffffbd..d74ef6b 100644 --- a/components/camel-atom/src/main/docs/atom-component.adoc +++ b/components/camel-atom/src/main/docs/atom-component.adoc @@ -180,7 +180,9 @@ Camel atom uses these headers. header. |======================================================================= -== Samples +== Examples + +=== Consumer Example In this sample we poll James Strachan's blog. @@ -193,5 +195,4 @@ In this sample we want to filter only good blogs we like to a SEDA queue. The sample also shows how to setup Camel standalone, not running in any Container or using Spring. - include::{page-component-version}@camel-spring-boot::page$atom-starter.adoc[]