Uses of Package
org.springframework.integration.mongodb.outbound
Packages that use org.springframework.integration.mongodb.outbound
Package
Description
Provides MongoDB Components support for Java DSL.
Provides classes related to the Mongo outbound channel adapters
-
Classes in org.springframework.integration.mongodb.outbound used by org.springframework.integration.mongodb.dslClassDescriptionThe 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 ofReactiveMessageHandler
which writes Message payload into a MongoDb collection, using reactive MongoDb support, The collection is identified by evaluation of theReactiveMongoDbStoringMessageHandler.collectionNameExpression
. -
Classes in org.springframework.integration.mongodb.outbound used by org.springframework.integration.mongodb.outboundClassDescriptionThe callback to be used with the
MongoDbOutboundGateway
as an alternative to other query options on the gateway.