インターフェースの使用
org.springframework.integration.store.BasicMessageGroupStore
BasicMessageGroupStore を使用するパッケージ
パッケージ
説明
メッセージストアサポートクラスを提供します。
JDBC を使用したメッセージストアの実装を提供します。
MongoDB メッセージストアに関連するクラスを提供します。
Redis メッセージストアに関連するクラスを提供します。
メッセージの保存に関連するクラスを提供します。
org.springframework.integration.hazelcast.store 内の BasicMessageGroupStore 使用
org.springframework.integration.jdbc.store 内の BasicMessageGroupStore 使用
修飾子と型クラス説明classJDBC を介したリレーショナルデータベースを使用したBasicMessageGroupStoreのチャネル固有の実装。classJDBC を介したリレーショナルデータベースを使用したMessageStoreの実装。org.springframework.integration.mongodb.store 内の BasicMessageGroupStore 使用
修飾子と型クラス説明classこのクラスの実装の一般的なオプションの構成を提供するための、抽象的な MongoDBAbstractMessageGroupStore実装。classclassMongoDBPriorityCapableChannelMessageStoreの実装。class永続性を MongoDB に依存するMessageStore戦略とMessageGroupStore戦略の両方の実装。org.springframework.integration.redis.store 内の BasicMessageGroupStore 使用
修飾子と型クラス説明classリストを使用して QueueChannel をバックアップする特殊な RedisChannelMessageStore。classリストを使用して QueueChannel をバックアップする特殊な RedisPriorityCapableChannelMessageStore。classキー / 値スタイルMessageStoreおよびMessageGroupStoreの Redis 実装org.springframework.integration.store 内の BasicMessageGroupStore 使用
org.springframework.integration.store 内の BasicMessageGroupStore サブインターフェース修飾子と型インターフェース説明interfaceこのメッセージストアがQueueChannelで使用できるように最適化されていることを示すマーカーインターフェース。interfaceグループ ID でリンクされたメッセージのグループに対する追加のストレージ操作を定義します。interfaceメッセージの優先順位の概念をサポートするChannelMessageStore。修飾子と型クラス説明classclassKey/Value スタイルMessageGroupStoreおよびMessageStoreの実装の基本クラス。classclassMessageStoreおよびMessageGroupStoreのマップベースのインメモリ実装。型 BasicMessageGroupStore のパラメーターを持つ org.springframework.integration.store のコンストラクター修飾子コンストラクター説明MessageGroupQueue(BasicMessageGroupStore messageGroupStore, ObjectSE groupId) MessageGroupQueue(BasicMessageGroupStore messageGroupStore, ObjectSE groupId, int capacity) MessageGroupQueue(BasicMessageGroupStore messageGroupStore, ObjectSE groupId, int capacity, LockSE storeLock) MessageGroupQueue(BasicMessageGroupStore messageGroupStore, ObjectSE groupId, LockSE storeLock)