Fix Aggregator Attribute Doc

This commit is contained in:
Gary Russell
2015-05-06 09:12:25 +01:00
parent 8f09a88f3c
commit e5f03d4d4b
2 changed files with 4 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ Below you can see an example of an aggregator.
group-timeout="60000" <21>
group-timeout-expression="size() ge 2 ? 100 : -1" <22>
expire-groups-on-timeout="true" <23>
expire-groups-upon-timeout="true" <23>
scheduler="taskScheduler" > <24>
<expire-transactional/> <25>
@@ -323,7 +323,8 @@ Otherwise by itself this attribute has no behavior.
It only serves as an indicator of what to do (discard or send to the output/reply channel) with Messages that are still in the `MessageGroup` that is about to be expired.
_Optional_.
_Default - 'false'_.
*NOTE:* This attribute is more properly 'send-partial-result-on-timeout' because the group may not actually expire if `expire-groups-on-timeout` is set to `false`.
*NOTE:* This attribute is more properly 'send-partial-result-on-timeout' because the group may not actually expire if
`expire-groups-upon-timeout` is set to `false`.

View File

@@ -122,7 +122,7 @@ See <<splitter>> for more information.
[[x4.1-aggregator]]
===== Aggregator
`Aggregator` s now support a new attribute `expire-groups-on-timeout`.
`Aggregator` s now support a new attribute `expire-groups-upon-timeout`.
See <<aggregator-config>> for more information.
[[x4.1-content-enricher-improvement]]