Example usage for Java com.mongodb.client ChangeStreamIterable fields, constructors, methods, implement or subclass
The text is from its open source code.
ChangeStreamIterable | collation(@Nullable Collation collation) Sets the collation options A null value represents the server default. |
ChangeStreamIterable | fullDocument(FullDocument fullDocument) Sets the fullDocument value. |
ChangeStreamIterable | resumeAfter(BsonDocument resumeToken) Sets the logical starting point for the new change stream. |