INT-3148: Add MetadataStore Chapter
JIRA: https://jira.springsource.org/browse/INT-3148 * Add a general chapter about `MetadataStore` * Add cross-links between chapters on the matter of `MetadataStore` Doc Polishing
This commit is contained in:
committed by
Gary Russell
parent
ef756bfd6d
commit
66f714e33a
@@ -39,9 +39,8 @@
|
||||
The <classname>AcceptOnceFileListFilter</classname> stores its state in memory. If you wish the
|
||||
state to survive a system restart, consider using the
|
||||
<classname>FileSystemPersistentAcceptOnceFileListFilter</classname> instead. This filter stores
|
||||
the accepted file names in a <interfacename>MetadataStore</interfacename>. The framework supplies
|
||||
several store implementations (such as Redis), or you can provide your own. This filter matches on
|
||||
the filename and modified time.
|
||||
the accepted file names in a <interfacename>MetadataStore</interfacename> strategy (<xref linkend="metadata-store"/>).
|
||||
This filter matches on the filename and modified time.
|
||||
</note>
|
||||
<programlisting language="xml"><![CDATA[<bean id="pollableFileSource"
|
||||
class="org.springframework.integration.file.FileReadingMessageSource"
|
||||
|
||||
Reference in New Issue
Block a user