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