Uses of Class
org.springframework.integration.mongodb.dsl.ReactiveMongoDbMessageSourceSpec
Package
Description
Provides MongoDB Components support for Java DSL.
-
Uses of ReactiveMongoDbMessageSourceSpec in org.springframework.integration.mongodb.dsl
Modifier 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
.