クラス ConfigurableMongoDbMessageStore

実装されているすべてのインターフェース:
IterableSE<MessageGroup>AwareInitializingBeanApplicationContextAwareBasicMessageGroupStoreMessageGroupStoreMessageStore

public class ConfigurableMongoDbMessageStore extends AbstractConfigurableMongoDbMessageStore implements MessageStore
ユーザーが MongoTemplate のインスタンスを構成できるようにする代替の MongoDB MessageStore および MessageGroupStore。メッセージ / メッセージのグループをストアに保存するメカニズムは、MongoDbMessageStore とは異なります。ストアはデフォルトでメッセージの直列化を使用するため、メッセージのすべてのヘッダーとペイロードは SerializableSE インターフェースを実装する必要があります
導入:
3.0
作成者:
Amol Nayak, Artem Bilan, Gary Russell, Ngoc Nhan, Youbin Wu