インターフェースの使用
org.springframework.integration.metadata.MetadataStore
MetadataStore を使用するパッケージ
パッケージ
説明
アプリケーションコンテキスト構成に関連するクラスを提供します。
Spring Integration Java DSL のフィードコンポーネントサポートを提供します。
受信エンドポイントをサポートするクラスを提供します。
Spring Integration Java DSL のファイルコンポーネントサポートを提供します。
リモートとローカルファイルディレクトリの同期をサポートするクラスを提供します。
メタデータストアサポートクラスを提供します。
MetadataStore の JDBC 実装が含まれています
メタデータストアをサポートするクラスを提供します。
mongodb メタデータストア関連のクラスが含まれています
Redis ベースの
MetadataStore のサポートを提供します。Zookeeper ベースの
ListenableMetadataStore をサポートするクラスを提供します org.springframework.integration.context 内の MetadataStore 使用
修飾子と型メソッド説明static @Nullable MetadataStoreIntegrationContextUtils.getMetadataStore(BeanFactory beanFactory) org.springframework.integration.feed.dsl 内の MetadataStore 使用
型 MetadataStore のパラメーターを持つ org.springframework.integration.feed.dsl のメソッドorg.springframework.integration.feed.inbound 内の MetadataStore 使用
型 MetadataStore のパラメーターを持つ org.springframework.integration.feed.inbound のメソッドorg.springframework.integration.file.dsl 内の MetadataStore 使用
型 MetadataStore のパラメーターを持つ org.springframework.integration.file.dsl のメソッド修飾子と型メソッド説明RemoteFileInboundChannelAdapterSpec.remoteFileMetadataStore(MetadataStore remoteFileMetadataStore) リモートファイルのメタデータ用にMetadataStoreを構成します。org.springframework.integration.file.remote.synchronizer 内の MetadataStore 使用
型 MetadataStore のパラメーターを持つ org.springframework.integration.file.remote.synchronizer のメソッド修飾子と型メソッド説明voidAbstractInboundFileSynchronizer.setRemoteFileMetadataStore(MetadataStore remoteFileMetadataStore) MetadataStoreがリモートファイル情報(ホスト、ポート、リモートディレクトリ)を保持するように構成し、ローカルファイルがプルされたときにメッセージヘッダーでダウンストリームを転送します。org.springframework.integration.hazelcast.metadata 内の MetadataStore 使用
org.springframework.integration.jdbc.metadata 内の MetadataStore 使用
org.springframework.integration.metadata 内の MetadataStore 使用
org.springframework.integration.metadata 内の MetadataStore サブインターフェース修飾子と型インターフェース説明interfaceストア内の値のアトミック更新をサポートします。interfaceメタデータストアで変更が発生したときに呼び出される、MetadataStoreListenerコールバックを登録する機能を備えたConcurrentMetadataStore。MetadataStore を実装している org.springframework.integration.metadata のクラス修飾子と型クラス説明classMetadataStoreのプロパティファイルベースの実装。classデータストアにConcurrentMapSE を使用するMetadataStoreの単純な実装。org.springframework.integration.mongodb.metadata 内の MetadataStore 使用
org.springframework.integration.redis.metadata 内の MetadataStore 使用
org.springframework.integration.zookeeper.metadata 内の MetadataStore 使用