File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ class Transaction {
6161 * @param {ConnectionHolder } connectionHolder - the connection holder to get connection from.
6262 * @param {function() } onClose - Function to be called when transaction is committed or rolled back.
6363 * @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
6565 * is not yet released.
6666 * @param {boolean } reactive whether this transaction generates reactive streams
6767 * @param {number } fetchSize - the record fetch size in each pulling batch.
6868 * @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.
6971 */
7072 constructor ( {
7173 connectionHolder,
You can’t perform that action at this time.
0 commit comments