We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ChangeStreamDocument
1 parent a73ea8e commit 09818d6Copy full SHA for 09818d6
driver-core/src/main/com/mongodb/client/model/changestream/ChangeStreamDocument.java
@@ -421,6 +421,7 @@ public BsonDocument getLsid() {
421
/**
422
* The wall time of the server at the moment the change occurred.
423
*
424
+ * @return The wall time of the server at the moment the change occurred.
425
* @since 4.7
426
* @mongodb.server.release 6.0
427
*/
@@ -432,6 +433,7 @@ public BsonDateTime getWallTime() {
432
433
434
* Any extra elements that are part of the change stream document but not otherwise mapped to fields.
435
436
+ * @return Any extra elements that are part of the change stream document but not otherwise mapped to fields.
437
438
439
@Nullable
0 commit comments