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 810315652b8ce3058b059f330d716c1aa4e90412 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Jan 12 17:20:35 2020 +0100 Regen docs --- docs/components/modules/ROOT/pages/direct-component.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/direct-component.adoc b/docs/components/modules/ROOT/pages/direct-component.adoc index bd204c7..f1d7235 100644 --- a/docs/components/modules/ROOT/pages/direct-component.adoc +++ b/docs/components/modules/ROOT/pages/direct-component.adoc @@ -13,13 +13,21 @@ consumers when a producer sends a message exchange. + This endpoint can be used to connect existing routes in the *same* camel context. -TIP: *Asynchronous* +[TIP] +==== +*Asynchronous* + The xref:seda-component.adoc[SEDA] component provides asynchronous invocation of any consumers when a producer sends a message exchange. +==== + +[TIP] +==== +*Connection to other camel contexts* -TIP: *Connection to other camel contexts* The xref:vm-component.adoc[VM] component provides connections between Camel contexts as long they run in the same *JVM*. +==== == URI format