| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.reactive |
| Class and Description |
|---|
| RxSession
A reactive session is the same as
Session except it provides a reactive API. |
| Class and Description |
|---|
| RxQueryRunner
Common interface for components that can execute Neo4j queries using Reactive API.
|
| RxResult
A reactive result provides a reactive way to execute query on the server and receives records back.
|
| RxTransaction
Same as
Transaction except this reactive transaction exposes a reactive API. |
| RxTransactionWork
Callback that executes operations against a given
RxTransaction. |