Skip to content

Commit 8bf8858

Browse files
docs(retry): mention ExecutableQuery in withMaxTransactionRetyTime (#1679)
1 parent f4f70ed commit 8bf8858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public ConfigBuilder withConnectionTimeout(long value, TimeUnit unit) {
706706
/**
707707
* Specify the maximum time managed transactions are allowed to retry.
708708
* <p>
709-
* Managed transactions are available via methods like {@link Session#executeRead(TransactionCallback)}, {@link Session#executeWrite(TransactionCallback, TransactionConfig)} and some other variations available under similar naming.
709+
* Managed transactions are available via methods like {@link Session#executeRead(TransactionCallback)}, {@link Session#executeWrite(TransactionCallback, TransactionConfig)}, {@link ExecutableQuery}, and other variations available under similar namings.
710710
* <p>
711711
* Default value is 30 seconds.
712712
*

0 commit comments

Comments
 (0)