You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/25 07:17:37 UTC

[camel] branch master updated: Point readers to the related Control Bus component

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9129491  Point readers to the related Control Bus component
9129491 is described below

commit 91294915a7a10267ce8b3875b6f97bf761423c8f
Author: Darius <da...@gmail.com>
AuthorDate: Sun Aug 25 03:17:30 2019 -0400

    Point readers to the related Control Bus component
---
 docs/user-manual/modules/ROOT/pages/lifecycle.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/lifecycle.adoc b/docs/user-manual/modules/ROOT/pages/lifecycle.adoc
index 1b8b75f..a34eb63 100644
--- a/docs/user-manual/modules/ROOT/pages/lifecycle.adoc
+++ b/docs/user-manual/modules/ROOT/pages/lifecycle.adoc
@@ -102,3 +102,7 @@ stop/start.
 If a route consumer does not support suspension, it will fallback and
 stop the route instead.
 
+[[Lifecycle-RelatedInfo]]
+== Related Info
+
+xref:components::controlbus-component.adoc[Take a look at the Control Bus Component]