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