| Interface | Description |
|---|---|
| AsyncQueryRunner |
Asynchronous interface for components that can execute Neo4j queries.
|
| AsyncSession |
Provides a context of work for database interactions.
|
| AsyncTransaction |
Logical container for an atomic unit of work.
|
| AsyncTransactionWork<T> |
Callback that executes operations against a given
AsyncTransaction. |
| ResultCursor |
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records. |