You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/08 09:42:31 UTC

[camel] branch master updated: CAMEL-14036 - Removed AsyncProcessorAwaitManager from user-manual entries

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


The following commit(s) were added to refs/heads/master by this push:
     new a53cd5c  CAMEL-14036 - Removed AsyncProcessorAwaitManager from user-manual entries
a53cd5c is described below

commit a53cd5c13ce90584ae2fa82d4cb567a6cf9b9d54
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 8 11:41:16 2019 +0200

    CAMEL-14036 - Removed AsyncProcessorAwaitManager from user-manual entries
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index 14f2978..acc52c4 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -39,9 +39,6 @@
 * xref:configuring-camel.adoc[Configuring Camel]
 * xref:configuring-route-startup-ordering-and-autostartup.adoc[Configuring route startup ordering and autostartup]
 * xref:graceful-shutdown.adoc[Graceful Shutdown]
-* [AsyncProcessorAwaitManager] for insight into the routing engine when
-it has been forced to block threads while exchanges are being processed
-asynchronous
 * xref:error-handling-in-camel.adoc[Error handling in Camel]
 * xref:using-propertyplaceholder.adoc[How to use Camel property placeholders]
 * xref:examples.adoc[Examples]