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.
|
AsyncTransactionCallback
Callback that executes operations against a given
AsyncTransactionContext . |
AsyncTransactionContext
A context for running queries within transaction.
|
AsyncTransactionWork
Deprecated.
superseded by
AsyncTransactionCallback . |
ResultCursor
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records . |