Java com.mongodb.client ChangeStreamIterable fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client ChangeStreamIterable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client ChangeStreamIterable.

The text is from its open source code.

Method

ChangeStreamIterablecollation(@Nullable Collation collation)
Sets the collation options

A null value represents the server default.

ChangeStreamIterablefullDocument(FullDocument fullDocument)
Sets the fullDocument value.
ChangeStreamIterableresumeAfter(BsonDocument resumeToken)
Sets the logical starting point for the new change stream.