Uses of Interface
org.springframework.integration.mongodb.outbound.MessageCollectionCallback
Packages that use 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.dslMethods in org.springframework.integration.mongodb.dsl with parameters of type MessageCollectionCallbackModifier and TypeMethodDescriptionMongoDbOutboundGatewaySpec.collectionCallback(MessageCollectionCallback<P> collectionCallback) Reference to an instance ofMessageCollectionCallbackwhich specifies the database operation to execute in the request message context.
- 
Uses of MessageCollectionCallback in org.springframework.integration.mongodb.outboundMethods in org.springframework.integration.mongodb.outbound with parameters of type MessageCollectionCallbackModifier and TypeMethodDescriptionvoidMongoDbOutboundGateway.setMessageCollectionCallback(MessageCollectionCallback<?> collectionCallback) Specify aMessageCollectionCallbackto perform against MongoDB collection in the request message context.