Uses of Class
org.springframework.integration.mongodb.inbound.AbstractMongoDbMessageSource
Package
Description
Provides MongoDB Components support for Java DSL.
Provides classes related to the Mongo inbound channel adapters
-
Uses of AbstractMongoDbMessageSource in org.springframework.integration.mongodb.dsl
Modifier and TypeClassDescriptionclass
AbstractMongoDbMessageSourceSpec<S extends AbstractMongoDbMessageSourceSpec<S,
H>, H extends AbstractMongoDbMessageSource<?>> AMessageSourceSpec
extension for common MongoDB sources options. -
Uses of AbstractMongoDbMessageSource in org.springframework.integration.mongodb.inbound
Modifier and TypeClassDescriptionclass
An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
.class
An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
.