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 2017/02/10 15:48:45 UTC

camel git commit: Fixed docs

Repository: camel
Updated Branches:
  refs/heads/master d0aef923e -> dd05d1afa


Fixed docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dd05d1af
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dd05d1af
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dd05d1af

Branch: refs/heads/master
Commit: dd05d1afacae10b33b9b590967b899c11890ad4b
Parents: d0aef92
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Feb 10 16:48:25 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Feb 10 16:48:25 2017 +0100

----------------------------------------------------------------------
 .../src/main/docs/eips/aggregate-eip.adoc       | 26 --------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dd05d1af/camel-core/src/main/docs/eips/aggregate-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 48f4662..6cb0e66 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -24,32 +24,6 @@ single correlation key into a single message exchange.
 // endpoint options: START
 // endpoint options: END
 
-[[Aggregator2-ExchangeProperties]]
-Exchange Properties
-^^^^^^^^^^^^^^^^^^^
-
-The following properties are set on each aggregated Exchange:
-
-header
-
-type
-
-description
-
-`CamelAggregatedSize`
-
-int
-
-The total number of Exchanges aggregated into this combined Exchange.
-
-`CamelAggregatedCompletedBy`
-
-String
-
-Indicator how the aggregation was completed as a value of either:
-`predicate`, `size`, `strategy`, `consumer`, `timeout`,
-`forceCompletion` or `interval`.
-
 [[Aggregator2-AboutAggregationStrategy]]
 About AggregationStrategy
 ^^^^^^^^^^^^^^^^^^^^^^^^^