Package org.springframework.integration.mongodb.inbound
Provides classes related to the Mongo inbound channel adapters
-
Class Summary Class Description AbstractMongoDbMessageSource<T> AnAbstractMessageSource
extension for common MongoDB sources options and support methods.MongoDbChangeStreamMessageProducer AMessageProducerSupport
for MongoDB Change Stream implementation.MongoDbMessageSource An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
.ReactiveMongoDbMessageSource An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
.