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 1ef168a commit aaf19e6Copy full SHA for aaf19e6
source/monitoring-and-logging/change-streams.txt
@@ -60,6 +60,8 @@ section for more information on the settings you can configure with this object.
60
The ``watch()`` method returns an instance of a `ChangeStream <{+api+}/classes/ChangeStream.html>`__. You can read events from
61
change streams by iterating over them or listening for events.
62
63
+.. include:: /includes/changestream-paradigm-warning.rst
64
+
65
Select the tab that corresponds to the way you want to
66
read events from the change stream:
67
@@ -115,8 +117,6 @@ read events from the change stream:
115
117
116
118
changeStream.close();
119
-.. include:: /includes/changestream-paradigm-warning.rst
-
120
.. _node-usage-watch:
121
122
Examples
0 commit comments