File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ class Transaction {
61
61
* @param {ConnectionHolder } connectionHolder - the connection holder to get connection from.
62
62
* @param {function() } onClose - Function to be called when transaction is committed or rolled back.
63
63
* @param {function(bookmarks: Bookmarks) } onBookmarks callback invoked when new bookmark is produced.
64
- * * @param {function() } onConnection - Function to be called when a connection is obtained to ensure the conneciton
64
+ * @param {function() } onConnection - Function to be called when a connection is obtained to ensure the conneciton
65
65
* is not yet released.
66
66
* @param {boolean } reactive whether this transaction generates reactive streams
67
67
* @param {number } fetchSize - the record fetch size in each pulling batch.
68
68
* @param {string } impersonatedUser - The name of the user which should be impersonated for the duration of the session.
69
+ * @param {number } highRecordWatermark - The high watermark for the record buffer.
70
+ * @param {number } lowRecordWatermark - The low watermark for the record buffer.
69
71
*/
70
72
constructor ( {
71
73
connectionHolder,
You can’t perform that action at this time.
0 commit comments