Interface ReactiveNeo4jClient.OngoingDelegation<T>

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

public static interface ReactiveNeo4jClient.OngoingDelegation<T> extends ReactiveNeo4jClient.RunnableDelegation<T>
A contract for an ongoing delegation in the selected database.
Since:
6.0
Author:
Michael J. Simons
  • 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