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
  • Method Details