INT-3538-3: Docs for Idempotent Receiver

JIRA: https://jira.spring.io/browse/INT-3538

I-R Doc Polishing
This commit is contained in:
Artem Bilan
2014-11-05 15:59:56 +02:00
committed by Gary Russell
parent efe3b11fc3
commit ecbb4ef386
3 changed files with 141 additions and 5 deletions

View File

@@ -4352,10 +4352,11 @@ The list of component name patterns you want to track (e.g., tracked-components
</tool:annotation>
</xsd:appinfo>
<xsd:documentation>
The 'MetadataStore' reference. Used by the underlying
A 'ConcurrentMetadataStore' reference. Used by the underlying
'org.springframework.integration.selector.MetadataStoreSelector'.
Mutually exclusive with 'selector'.
Optional. By default 'MetadataStoreSelector' uses an internal 'SimpleMetadataStore'.
Optional. The default 'MetadataStoreSelector' uses an internal 'SimpleMetadataStore' which
does not maintain state across application executions.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>