Interface | Description |
---|---|
ReactiveQueryRunner |
Common interface for components that can execute Neo4j queries using Reactive API.
|
ReactiveResult |
A reactive result provides a reactive way to execute query on the server and receives records back.
|
ReactiveSession |
A reactive session is the same as
Session except it provides a reactive API. |
ReactiveTransaction |
Same as
Transaction except this reactive transaction exposes a reactive API. |
ReactiveTransactionCallback<T> |
Callback that executes operations against a given
ReactiveTransactionContext . |
ReactiveTransactionContext |
A context for running queries within transaction.
|
RxQueryRunner | Deprecated |
RxResult | Deprecated |
RxSession | Deprecated |
RxTransaction | Deprecated |
RxTransactionWork<T> | Deprecated
superseded by
ReactiveTransactionCallback . |