T - The type of the returned value.public static interface Neo4jClient.OngoingDelegation<T> extends Neo4jClient.RunnableDelegation<T>
| Modifier and Type | Method and Description |
|---|---|
Neo4jClient.RunnableDelegation<T> |
in(String targetDatabase)
Runs the delegation in the given target database.
|
runNeo4jClient.RunnableDelegation<T> in(@Nullable String targetDatabase)
targetDatabase - selected database to use. A null value indicates the default database.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.