Contains sources and sinks for MongoDB.
-
Specifies from which collection connector will read documents.
Specifies from which collection connector will read documents.
MongoSourceBuilder.Stream.mapFn(BiFunctionEx<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>,Long,T_NEW> mapFn)
Specifies time from which MongoDB's events will be read.
MongoSourceBuilder.stream(SupplierEx<? extends com.mongodb.client.MongoClient> clientSupplier)
Returns a builder object that offers a step-by-step fluent API to build
a custom MongoDB
StreamSource
for the Pipeline API.
Returns a builder object that offers a step-by-step fluent API to build
a custom MongoDB
StreamSource
for the Pipeline API.
Returns a builder object that offers a step-by-step fluent API to build
a custom MongoDB
StreamSource
for the Pipeline API.
Returns a builder object that offers a step-by-step fluent API to build
a custom MongoDB
StreamSource
for the Pipeline API.
MongoSources.stream(SupplierEx<? extends com.mongodb.client.MongoClient> clientSupplier)
Creates as builder for new stream mongo source.