| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.async | |
| org.neo4j.driver.reactive |
| Modifier and Type | Method and Description |
|---|---|
ResultSummary |
Result.consume()
Return the result summary.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<ResultSummary> |
ResultCursor.consumeAsync()
Asynchronously retrieve the result summary.
|
CompletionStage<ResultSummary> |
ResultCursor.forEachAsync(Consumer<Record> action)
Asynchronously apply the given
action to every record in the result, yielding a summary of it. |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<ResultSummary> |
RxResult.consume()
Returns a cold publisher of result summary which arrives after all records.
|