Merge pull request #272 from olegz/INT-2331

INT-2331 fixed aggregator documentation
This commit is contained in:
Mark Fisher
2011-12-22 09:11:32 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2442,7 +2442,7 @@ Name of the header whose value will be used to route messages
</xsd:attribute>
<xsd:attribute name="release-strategy-expression" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A SpEL expression to apply to the message group (e.g, payload.size() > 6)</xsd:documentation>
<xsd:documentation>A SpEL expression to evaluate against a root object that is the Collection of messages within the message group (e.g, size() > 6)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="correlation-strategy" type="xsd:string">

View File

@@ -3050,7 +3050,7 @@ is provided, the return value is expected to match a channel name exactly.
</xsd:attribute>
<xsd:attribute name="release-strategy-expression" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A SpEL expression to apply to the message group (e.g, payload.size() > 6)</xsd:documentation>
<xsd:documentation>A SpEL expression to evaluate against a root object that is the Collection of messages within the message group (e.g, size() > 6)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>