Package org.springframework.integration.mongodb.store
Provides classes related to the MongoDB message store.
-
Class Summary Class Description AbstractConfigurableMongoDbMessageStore The abstract MongoDBAbstractMessageGroupStore
implementation to provide configuration for common options for implementations of this class.ConfigurableMongoDbMessageStore An alternate MongoDBMessageStore
andMessageGroupStore
which allows the user to configure the instance ofMongoTemplate
.MessageDocument The entity class to wrapMessage
to the MongoDB document.MessageDocumentFields MongoDbChannelMessageStore MongoDBPriorityCapableChannelMessageStore
implementation.MongoDbMessageStore An implementation of both theMessageStore
andMessageGroupStore
strategies that relies upon MongoDB for persistence.