Package org.springframework.integration.mongodb.outbound
package org.springframework.integration.mongodb.outbound
Provides classes related to the Mongo outbound channel adapters
-
ClassDescriptionThe callback to be used with the
MongoDbOutboundGateway
as an alternative to other query options on the gateway.Makes outbound operations to query a MongoDb database using aMongoOperations
.Implementation ofMessageHandler
which writes Message payload into a MongoDb collection identified by evaluation of theMongoDbStoringMessageHandler.collectionNameExpression
.Implementation ofReactiveMessageHandler
which writes Message payload into a MongoDb collection, using reactive MongoDb support, The collection is identified by evaluation of theReactiveMongoDbStoringMessageHandler.collectionNameExpression
.