Uses of Interface
org.springframework.integration.mongodb.outbound.MessageCollectionCallback
Package
Description
Provides MongoDB Components support for Java DSL.
Provides classes related to the Mongo outbound channel adapters
-
Uses of MessageCollectionCallback in org.springframework.integration.mongodb.dsl
Modifier and TypeMethodDescriptionMongoDbOutboundGatewaySpec.collectionCallback
(MessageCollectionCallback<P> collectionCallback) Reference to an instance ofMessageCollectionCallback
which specifies the database operation to execute in the request message context. -
Uses of MessageCollectionCallback in org.springframework.integration.mongodb.outbound
Modifier and TypeMethodDescriptionvoid
MongoDbOutboundGateway.setMessageCollectionCallback
(MessageCollectionCallback<?> collectionCallback) Specify aMessageCollectionCallback
to perform against MongoDB collection in the request message context.