All Classes
| Class | Description | 
|---|---|
| AbstractConfigurableMongoDbMessageStore | The abstract MongoDB  AbstractMessageGroupStoreimplementation to provide configuration for common options
 for implementations of this class. | 
| AbstractMongoDbMessageSource<T> | An  AbstractMessageSourceextension for common MongoDB sources options and support methods. | 
| AbstractMongoDbMessageSourceSpec<S extends AbstractMongoDbMessageSourceSpec<S,H>,H extends AbstractMongoDbMessageSource<?>> | A  MessageSourceSpecextension for common MongoDB sources options. | 
| BinaryToMessageConverter | |
| ConfigurableMongoDbMessageStore | An alternate MongoDB  MessageStoreandMessageGroupStorewhich allows the user to
 configure the instance ofMongoTemplate. | 
| MessageCollectionCallback<T> | The callback to be used with the  MongoDbOutboundGatewayas an alternative to other query options on the gateway. | 
| MessageDocument | The entity class to wrap  Messageto the MongoDB document. | 
| MessageDocumentFields | |
| MessageToBinaryConverter | |
| MongoDb | Factory class for building MongoDb components. | 
| MongoDbChangeStreamMessageProducer | A  MessageProducerSupportfor MongoDB Change Stream implementation. | 
| MongoDbChangeStreamMessageProducerSpec | A  MessageProducerSpecfor tneMongoDbChangeStreamMessageProducer. | 
| MongoDbChannelMessageStore | MongoDB  PriorityCapableChannelMessageStoreimplementation. | 
| MongoDbInboundChannelAdapterParser | Parser for MongoDb store inbound adapters. | 
| MongoDbMessageSource | An instance of  MessageSourcewhich returns
 aMessagewith a payload which is the result of
 execution of aQuery. | 
| MongoDbMessageSourceSpec | A  AbstractMongoDbMessageSourceSpecimplementation for aMongoDbMessageSource. | 
| MongoDbMessageStore | An implementation of both the  MessageStoreandMessageGroupStorestrategies that relies upon MongoDB for persistence. | 
| MongoDbMetadataStore | MongoDbMetadataStore implementation of  ConcurrentMetadataStore. | 
| MongoDbNamespaceHandler | Namespace handler for Spring Integration's 'mongodb' namespace. | 
| MongoDbOutboundChannelAdapterParser | Parser for Mongodb store outbound adapters. | 
| MongoDbOutboundGateway | Makes outbound operations to query a MongoDb database using a  MongoOperations. | 
| MongoDbOutboundGatewayParser | Parser for MongoDb outbound gateways. | 
| MongoDbOutboundGatewaySpec | A  MessageHandlerSpecextension for the MongoDb Outbound endpointMongoDbOutboundGateway. | 
| MongoDbStoringMessageHandler | Implementation of  MessageHandlerwhich writes Message payload into a MongoDb collection
 identified by evaluation of theMongoDbStoringMessageHandler.collectionNameExpression. | 
| MongoHeaders | Pre-defined names and prefixes to be used
 for dealing with headers required by Mongo components. | 
| ReactiveMongoDbMessageHandlerSpec | A  ReactiveMessageHandlerSpecextension for the Reactive MongoDb Outbound endpointReactiveMongoDbStoringMessageHandler. | 
| ReactiveMongoDbMessageSource | An instance of  MessageSourcewhich returns
 aMessagewith a payload which is the result of
 execution of aQuery. | 
| ReactiveMongoDbMessageSourceSpec | A  AbstractMongoDbMessageSourceSpecimplementation for aReactiveMongoDbMessageSource. | 
| ReactiveMongoDbStoringMessageHandler | Implementation of  ReactiveMessageHandlerwhich writes
 Message payload into a MongoDb collection, using reactive MongoDb support, The
 collection is identified by evaluation of theReactiveMongoDbStoringMessageHandler.collectionNameExpression. |