インターフェースの使用
org.springframework.integration.store.BasicMessageGroupStore
BasicMessageGroupStore を使用するパッケージ
パッケージ
説明
メッセージストアサポートクラスを提供します。
JDBC を使用したメッセージストアの実装を提供します。
MongoDB メッセージストアに関連するクラスを提供します。
Redis メッセージストアに関連するクラスを提供します。
メッセージの保存に関連するクラスを提供します。
org.springframework.integration.hazelcast.store 内の BasicMessageGroupStore 使用
org.springframework.integration.jdbc.store 内の BasicMessageGroupStore 使用
修飾子と型クラス説明class
JDBC を介したリレーショナルデータベースを使用したBasicMessageGroupStore
のチャネル固有の実装。class
JDBC を介したリレーショナルデータベースを使用したMessageStore
の実装。org.springframework.integration.mongodb.store 内の BasicMessageGroupStore 使用
修飾子と型クラス説明class
このクラスの実装の一般的なオプションの構成を提供するための、抽象的な MongoDBAbstractMessageGroupStore
実装。class
class
MongoDBPriorityCapableChannelMessageStore
の実装。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
。修飾子と型クラス説明class
class
Key/Value スタイルMessageGroupStore
およびMessageStore
の実装の基本クラス。class
class
MessageStore
および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)