From d0803a890683fc63db0dec36818b4503253e261c Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 1 May 2015 15:00:39 +0100 Subject: [PATCH] INT-3711: Fix Incorrect Interface in Docs JIRA: https://jira.spring.io/browse/INT-3711 Backport to docbook --- src/reference/docbook/overview.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/reference/docbook/overview.xml b/src/reference/docbook/overview.xml index 223b88a74b..1cac576a1c 100644 --- a/src/reference/docbook/overview.xml +++ b/src/reference/docbook/overview.xml @@ -251,7 +251,8 @@ 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 + a CorrelationStrategy, + a ReleaseStrategy and configurable settings for: timeout, whether to send partial results upon timeout, and the discard channel.