Skip to content

Commit b4885f6

Browse files
committed
Added getter for address on RoutingStatementResult
1 parent 492d60c commit b4885f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

driver/src/main/java/org/neo4j/driver/internal/RoutingStatementResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,8 @@ public ResultSummary consume()
192192
}
193193
}
194194

195+
public BoltServerAddress address()
196+
{
197+
return address;
198+
}
195199
}

0 commit comments

Comments
 (0)