Fix Aggregator Attribute Doc

This commit is contained in:
Gary Russell
2015-05-06 09:15:11 +01:00
parent d0803a8906
commit e90297fd74
2 changed files with 3 additions and 3 deletions

View File

@@ -374,7 +374,7 @@ then you should simply provide an implementation of the <classname>ReleaseStrate
group-timeout="60000" ]]><co id="aggxml20" linkends="aggxml20-txt" /><![CDATA[
group-timeout-expression="size() ge 2 ? 100 : -1" ]]><co id="aggxml21" linkends="aggxml21-txt" /><![CDATA[
expire-groups-on-timeout="true" ]]><co id="aggxml22" linkends="aggxml22-txt" /><![CDATA[
expire-groups-upon-timeout="true" ]]><co id="aggxml22" linkends="aggxml22-txt" /><![CDATA[
scheduler="taskScheduler" > ]]><co id="aggxml23" linkends="aggxml23-txt" /><![CDATA[
<expire-transactional/> ]]><co id="aggxml24" linkends="aggxml24-txt" /><![CDATA[
@@ -449,7 +449,7 @@ then you should simply provide an implementation of the <classname>ReleaseStrate
<emphasis>Optional</emphasis>. <emphasis>Default - 'false'</emphasis>.
<note>
This attribute is more properly 'send-partial-result-on-timeout' because the group may not actually expire
if <code>expire-groups-on-timeout</code> is set to <code>false</code>.
if <code>expire-groups-upon-timeout</code> is set to <code>false</code>.
</note>
</para>
</callout>

View File

@@ -167,7 +167,7 @@
<section id="4.1-aggregator">
<title>Aggregator</title>
<para>
<code>Aggregator</code>s now support a new attribute <code>expire-groups-on-timeout</code>.
<code>Aggregator</code>s now support a new attribute <code>expire-groups-upon-timeout</code>.
See <xref linkend="aggregator-config"/> for more information.
</para>
</section>