Uses of Class
org.springframework.integration.mongodb.dsl.ReactiveMongoDbMessageSourceSpec
Packages that use ReactiveMongoDbMessageSourceSpec
Package
Description
Provides MongoDB Components support for Java DSL.
-
Uses of ReactiveMongoDbMessageSourceSpec in org.springframework.integration.mongodb.dsl
Methods in org.springframework.integration.mongodb.dsl that return ReactiveMongoDbMessageSourceSpecModifier and TypeMethodDescriptionMongoDb.reactiveInboundChannelAdapter
(ReactiveMongoOperations mongoTemplate, String query) Create aReactiveMongoDbMessageSourceSpec
builder instance based on the providedReactiveMongoOperations
.MongoDb.reactiveInboundChannelAdapter
(ReactiveMongoOperations mongoTemplate, Query query) Create aReactiveMongoDbMessageSourceSpec
builder instance based on the providedReactiveMongoOperations
.MongoDb.reactiveInboundChannelAdapter
(ReactiveMongoDatabaseFactory mongoDbFactory, String query) Create aReactiveMongoDbMessageSourceSpec
builder instance based on the providedReactiveMongoDatabaseFactory
.MongoDb.reactiveInboundChannelAdapter
(ReactiveMongoDatabaseFactory mongoDbFactory, Query query) Create aReactiveMongoDbMessageSourceSpec
builder instance based on the providedReactiveMongoDatabaseFactory
.