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.
1 parent 06f47f5 commit 23b7e54Copy full SHA for 23b7e54
source/tutorial/change-streams-example.txt
@@ -347,6 +347,17 @@ more of the following pipeline stages when configuring the change stream:
347
348
MongoCursor<Document> cursor = collection.watch(pipeline).iterator();
349
350
+
351
+ - id: nodejs
352
+ content: |
353
+ .. class:: copyable-code
354
355
+ .. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
356
+ :language: javascript
357
+ :dedent: 0
358
+ :start-after: Start Changestream Example 4
359
+ :end-before: End Changestream Example 4
360
361
.. tabs-drivers::
362
363
tabs:
0 commit comments