Package | Description |
---|---|
org.springframework.integration.context |
Provides classes relating to application context configuration.
|
org.springframework.integration.feed.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.file.filters |
Provides classes supporting file filtering.
|
org.springframework.integration.ftp.filters |
Provides classes supporting FTP file filtering.
|
org.springframework.integration.metadata |
Provides classes supporting metadata stores.
|
org.springframework.integration.redis.metadata |
Provides support for Redis-based
MetadataStore s. |
org.springframework.integration.sftp.filters |
Provides classes supporting SFTP file filtering.
|
Modifier and Type | Method and Description |
---|---|
static MetadataStore |
IntegrationContextUtils.getMetadataStore(org.springframework.beans.factory.BeanFactory beanFactory)
Return the
MetadataStore bean whose name is "metadataStore". |
Modifier and Type | Method and Description |
---|---|
void |
FeedEntryMessageSource.setMetadataStore(MetadataStore metadataStore) |
Modifier and Type | Field and Description |
---|---|
protected MetadataStore |
AbstractPersistentAcceptOnceFileListFilter.store |
Constructor and Description |
---|
AbstractPersistentAcceptOnceFileListFilter(MetadataStore store,
String prefix) |
FileSystemPersistentAcceptOnceFileListFilter(MetadataStore store,
String prefix) |
Constructor and Description |
---|
FtpPersistentAcceptOnceFileListFilter(MetadataStore store,
String prefix) |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesPersistingMetadataStore
Properties file-based implementation of
MetadataStore . |
class |
SimpleMetadataStore
Simple implementation of
MetadataStore that uses an in-memory map only. |
Modifier and Type | Class and Description |
---|---|
class |
RedisMetadataStore
Redis implementation of
MetadataStore . |
Constructor and Description |
---|
SftpPersistentAcceptOnceFileListFilter(MetadataStore store,
String prefix) |
Copyright © 2018. All rights reserved.