Interface Neo4jClient.OngoingDelegation<T>

Type Parameters:
T - The type of the returned value.
All Superinterfaces:
Neo4jClient.RunnableDelegation<T>
Enclosing interface:
Neo4jClient

public static interface Neo4jClient.OngoingDelegation<T> extends Neo4jClient.RunnableDelegation<T>
A contract for an ongoing delegation in the selected database.
Since:
6.0
  • Method Details

    • in

      Runs the delegation in the given target database.
      Parameters:
      targetDatabase - selected database to use. A null value indicates the default database.
      Returns:
      An ongoing delegation