Interface ReactiveNeo4jOperations.ExecutableQuery<T>

Type Parameters:
T - the type that gets returned by the query
Enclosing interface:
ReactiveNeo4jOperations

public static interface ReactiveNeo4jOperations.ExecutableQuery<T>
An interface for controlling query execution in a reactive fashion.
Since:
6.0
  • Method Details