ChangeStreamIterable (original) (raw)


@Deprecated
public interface ChangeStreamIterable
extends MongoIterable<ChangeStreamDocument>
Iterable for change streams.
Note: the ChangeStreamDocument class will not be applicable for all change stream outputs. If using custom pipelines that radically change the result, then the withDocumentClass(Class) method can be used to provide an alternative document format.
Since:
3.6
Since server release
3.6