Uses of Interface
org.springframework.integration.metadata.MetadataStore
Package
Description
Provides classes relating to application context configuration.
Provides Feed Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting the synchronization of remote and
local file directories.
Provides the Metadata Store support classes.
Contains JDBC implementation of MetadataStore
Provides classes supporting metadata stores.
Contains mongodb metadata store related classes
Provides support for Redis-based
MetadataStore
s.Provides classes supporting the Zookeeper-based
ListenableMetadataStore
-
Uses of MetadataStore in org.springframework.integration.context
Modifier and TypeMethodDescriptionstatic MetadataStore
IntegrationContextUtils.getMetadataStore
(BeanFactory beanFactory) -
Uses of MetadataStore in org.springframework.integration.feed.dsl
Modifier and TypeMethodDescriptionFeedEntryMessageSourceSpec.metadataStore
(MetadataStore metadataStore) -
Uses of MetadataStore in org.springframework.integration.feed.inbound
Modifier and TypeMethodDescriptionvoid
FeedEntryMessageSource.setMetadataStore
(MetadataStore metadataStore) -
Uses of MetadataStore in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionRemoteFileInboundChannelAdapterSpec.remoteFileMetadataStore
(MetadataStore remoteFileMetadataStore) Configure aMetadataStore
for remote files metadata. -
Uses of MetadataStore in org.springframework.integration.file.remote.synchronizer
Modifier and TypeMethodDescriptionvoid
AbstractInboundFileSynchronizer.setRemoteFileMetadataStore
(MetadataStore remoteFileMetadataStore) Configure aMetadataStore
to hold a remote file info (host, port, remote directory) to transfer downstream in message headers when local file is pulled. -
Uses of MetadataStore in org.springframework.integration.hazelcast.metadata
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedListenableMetadataStore
implementation. -
Uses of MetadataStore in org.springframework.integration.jdbc.metadata
Modifier and TypeClassDescriptionclass
Implementation ofConcurrentMetadataStore
using a relational database via JDBC. -
Uses of MetadataStore in org.springframework.integration.metadata
Modifier and TypeInterfaceDescriptioninterface
Supports atomic updates to values in the store.interface
ConcurrentMetadataStore
with the ability of registeringMetadataStoreListener
callbacks, to be invoked when changes occur in the metadata store.Modifier and TypeClassDescriptionclass
Properties file-based implementation ofMetadataStore
.class
Simple implementation ofMetadataStore
that uses aConcurrentMap
for the data store. -
Uses of MetadataStore in org.springframework.integration.mongodb.metadata
Modifier and TypeClassDescriptionclass
MongoDbMetadataStore implementation ofConcurrentMetadataStore
. -
Uses of MetadataStore in org.springframework.integration.redis.metadata
-
Uses of MetadataStore in org.springframework.integration.zookeeper.metadata
Modifier and TypeClassDescriptionclass
Zookeeper-basedListenableMetadataStore
based on a Zookeeper node.