Uses of Interface
org.springframework.integration.metadata.MetadataStore
Packages that use 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
Methods in org.springframework.integration.context that return MetadataStoreModifier and TypeMethodDescriptionstatic MetadataStore
IntegrationContextUtils.getMetadataStore
(BeanFactory beanFactory) -
Uses of MetadataStore in org.springframework.integration.feed.dsl
Methods in org.springframework.integration.feed.dsl with parameters of type MetadataStoreModifier and TypeMethodDescriptionFeedEntryMessageSourceSpec.metadataStore
(MetadataStore metadataStore) -
Uses of MetadataStore in org.springframework.integration.feed.inbound
Methods in org.springframework.integration.feed.inbound with parameters of type MetadataStoreModifier and TypeMethodDescriptionvoid
FeedEntryMessageSource.setMetadataStore
(MetadataStore metadataStore) -
Uses of MetadataStore in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type MetadataStoreModifier and TypeMethodDescriptionRemoteFileInboundChannelAdapterSpec.remoteFileMetadataStore
(MetadataStore remoteFileMetadataStore) Configure aMetadataStore
for remote files metadata. -
Uses of MetadataStore in org.springframework.integration.file.remote.synchronizer
Methods in org.springframework.integration.file.remote.synchronizer with parameters of type MetadataStoreModifier 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
Classes in org.springframework.integration.hazelcast.metadata that implement MetadataStoreModifier and TypeClassDescriptionclass
The HazelcastIMap
-basedListenableMetadataStore
implementation. -
Uses of MetadataStore in org.springframework.integration.jdbc.metadata
Classes in org.springframework.integration.jdbc.metadata that implement MetadataStoreModifier and TypeClassDescriptionclass
Implementation ofConcurrentMetadataStore
using a relational database via JDBC. -
Uses of MetadataStore in org.springframework.integration.metadata
Subinterfaces of MetadataStore in org.springframework.integration.metadataModifier 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.Classes in org.springframework.integration.metadata that implement MetadataStoreModifier 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
Classes in org.springframework.integration.mongodb.metadata that implement MetadataStoreModifier and TypeClassDescriptionclass
MongoDbMetadataStore implementation ofConcurrentMetadataStore
. -
Uses of MetadataStore in org.springframework.integration.redis.metadata
Classes in org.springframework.integration.redis.metadata that implement MetadataStore -
Uses of MetadataStore in org.springframework.integration.zookeeper.metadata
Classes in org.springframework.integration.zookeeper.metadata that implement MetadataStoreModifier and TypeClassDescriptionclass
Zookeeper-basedListenableMetadataStore
based on a Zookeeper node.