From af71cf99b1866dfb3af975f3b52a7afeb1377620 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 1 May 2015 14:54:56 +0100 Subject: [PATCH] INT-3711: Fix Incorrect Interface in Docs JIRA: https://jira.spring.io/browse/INT-3711 --- src/reference/asciidoc/overview.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/reference/asciidoc/overview.adoc b/src/reference/asciidoc/overview.adoc index 37e1c4d665..5d1e1bf2be 100644 --- a/src/reference/asciidoc/overview.adoc +++ b/src/reference/asciidoc/overview.adoc @@ -165,7 +165,8 @@ Basically a mirror-image of the Splitter, the Aggregator is a type of Message En In fact, Aggregators are often downstream consumers in a pipeline that includes a Splitter. Technically, the Aggregator is more complex than a Splitter, because it is required to maintain state (the Messages to-be-aggregated), to decide when the complete group of Messages is available, and to timeout if necessary. Furthermore, in case of a timeout, the Aggregator needs to know whether to send the partial results or to discard them to a separate channel. -Spring Integration provides a `CompletionStrategy` as well as configurable settings for timeout, whether to send partial results upon timeout, and the discard channel. +Spring Integration provides a `CorrelationStrategy`, a `ReleaseStrategy` and configurable settings for: timeout, whether +to send partial results upon timeout, and a discard channel. [[overview-endpoints-service-activator]] ==== Service Activator