You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveChangeStreamOperationSupport.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/messaging/ChangeStreamRequest.java
+17
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ public Duration maxAwaitTime() {
232
232
* Builder for creating {@link ChangeStreamRequest}.
233
233
*
234
234
* @author Christoph Strobl
235
+
* @author Tudor Marc
235
236
* @since 2.1
236
237
* @see ChangeStreamOptions
237
238
*/
@@ -409,6 +410,22 @@ public ChangeStreamRequestBuilder<T> startAfter(BsonValue resumeToken) {
409
410
returnthis;
410
411
}
411
412
413
+
/**
414
+
* Set the cluster startAtOperationTime to open the cursor at a particular point in time.
0 commit comments