- mappingMongoConverter - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
-
- MESSAGE_ID - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
-
- messageBuilderFactory - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
-
- MessageDocument - Class in org.springframework.integration.mongodb.store
-
The entity class to wrap Message
to the MongoDB document.
- MessageDocument(Message<?>) - Constructor for class org.springframework.integration.mongodb.store.MessageDocument
-
- MessageDocumentFields - Class in org.springframework.integration.mongodb.store
-
- messageGroupSize(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
-
- messageGroupSize(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
-
- MongoDbChannelMessageStore - Class in org.springframework.integration.mongodb.store
-
MongoDB PriorityCapableChannelMessageStore
implementation.
- MongoDbChannelMessageStore(MongoTemplate) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- MongoDbChannelMessageStore(MongoTemplate, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- MongoDbChannelMessageStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- MongoDbChannelMessageStore(MongoDbFactory, MappingMongoConverter) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- MongoDbChannelMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- MongoDbChannelMessageStore(MongoDbFactory, MappingMongoConverter, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
-
- mongoDbFactory - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
-
- MongoDbInboundChannelAdapterParser - Class in org.springframework.integration.mongodb.config
-
Parser for Mongodb store inbound adapters
- MongoDbInboundChannelAdapterParser() - Constructor for class org.springframework.integration.mongodb.config.MongoDbInboundChannelAdapterParser
-
- MongoDbMessageSource - Class in org.springframework.integration.mongodb.inbound
-
An instance of MessageSource
which returns a Message
with a payload
which is the result of execution of a Query
.
- MongoDbMessageSource(MongoDbFactory, Expression) - Constructor for class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
-
Creates an instance with the provided MongoDbFactory
and SpEL expression
which should resolve to a MongoDb 'query' string
(see http://www.mongodb.org/display/DOCS/Querying).
- MongoDbMessageSource(MongoOperations, Expression) - Constructor for class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
-
Creates an instance with the provided MongoOperations
and SpEL expression
which should resolve to a Mongo 'query' string
(see http://www.mongodb.org/display/DOCS/Querying).
- MongoDbMessageStore - Class in org.springframework.integration.mongodb.store
-
An implementation of both the MessageStore
and MessageGroupStore
strategies that relies upon MongoDB for persistence.
- MongoDbMessageStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.store.MongoDbMessageStore
-
Create a MongoDbMessageStore using the provided MongoDbFactory
.and the default collection name.
- MongoDbMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbMessageStore
-
Create a MongoDbMessageStore using the provided MongoDbFactory
and collection name.
- MongoDbNamespaceHandler - Class in org.springframework.integration.mongodb.config
-
Namespace handler for Spring Integration's 'mongodb' namespace.
- MongoDbNamespaceHandler() - Constructor for class org.springframework.integration.mongodb.config.MongoDbNamespaceHandler
-
- MongoDbOutboundChannelAdapterParser - Class in org.springframework.integration.mongodb.config
-
Parser for Mongodb store outbound adapters
- MongoDbOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.mongodb.config.MongoDbOutboundChannelAdapterParser
-
- MongoDbStoringMessageHandler - Class in org.springframework.integration.mongodb.outbound
-
- MongoDbStoringMessageHandler(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
-
Will construct this instance using provided MongoDbFactory
- MongoDbStoringMessageHandler(MongoOperations) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
-
Will construct this instance using fully created and initialized instance of
provided MongoOperations
- MongoHeaders - Class in org.springframework.integration.mongodb.support
-
Pre-defined names and prefixes to be used for
for dealing with headers required by Mongo components
- MongoHeaders() - Constructor for class org.springframework.integration.mongodb.support.MongoHeaders
-
- mongoTemplate - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
-