Skip to content

Commit

Permalink
doc(change-stream-cursor): added docs for internal event response
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst authored and daprahamian committed Aug 13, 2019
1 parent 61ff544 commit f6dd6c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/change_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ class ChangeStreamCursor extends Cursor {
}
}

/**
* @event ChangeStreamCursor#response
* internal event DO NOT USE
* @ignore
*/

// Create a new change stream cursor based on self's configuration
var createChangeStreamCursor = function(self, options) {
const changeStreamCursor = buildChangeStreamAggregationCommand(self, options);
Expand Down

0 comments on commit f6dd6c9

Please sign in to comment.