Class MongoDbIncrementalSnapshotChangeEventSource

java.lang.Object
io.debezium.connector.mongodb.MongoDbIncrementalSnapshotChangeEventSource
All Implemented Interfaces:
IncrementalSnapshotChangeEventSource<MongoDbPartition,CollectionId>

@NotThreadSafe public class MongoDbIncrementalSnapshotChangeEventSource extends Object implements IncrementalSnapshotChangeEventSource<MongoDbPartition,CollectionId>
An incremental snapshot change event source that emits events from a MongoDB change stream interleaved with snapshot events.