Class MongoDbIncrementalSnapshotContext<T>

java.lang.Object
io.debezium.connector.mongodb.snapshot.MongoDbIncrementalSnapshotContext<T>
All Implemented Interfaces:
IncrementalSnapshotContext<T>

@NotThreadSafe public class MongoDbIncrementalSnapshotContext<T> extends Object implements IncrementalSnapshotContext<T>
Describes current state of incremental snapshot of MongoDB connector
Author:
Jiri Pechanec