Documentation for CorrelationStrategy - cleanup

This commit is contained in:
Marius Bogoevici
2009-03-12 04:04:39 +00:00
parent b590e03c39
commit b817c04202

View File

@@ -216,12 +216,11 @@
<para>Spring Integration provides an out-of-the box implementation for
<code>CorrelationStrategy</code>, the
<code><code>Header</code><code>AttributeCorrelationStrategy</code></code>.
This implementation returns the value of one of the message headers
(whose name is specified by a constructor argument) as the correlation
key. By default, the correlation strategy is a
HeaderAttributeCorrelationStrategy returning the value of the
CORRELATION_ID header attribute.</para>
<code>HeaderAttributeCorrelationStrategy</code>. This implementation
returns the value of one of the message headers (whose name is specified
by a constructor argument) as the correlation key. By default, the
correlation strategy is a HeaderAttributeCorrelationStrategy returning
the value of the CORRELATION_ID header attribute.</para>
</section>
</section>