Uses of Package
org.neo4j.driver.async
Packages that use org.neo4j.driver.async
Package
Description
-
Classes in org.neo4j.driver.async used by org.neo4j.driver
-
Classes in org.neo4j.driver.async used by org.neo4j.driver.asyncClassDescriptionAsynchronous interface for components that can execute Neo4j queries.Logical container for an atomic unit of work.Callback that executes operations against a given
AsyncTransactionContext
.A context for running queries within transaction.Deprecated.The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream ofrecords
. -
Classes in org.neo4j.driver.async used by org.neo4j.driver.internal.asyncClassDescriptionAsynchronous interface for components that can execute Neo4j queries.Provides a context of work for database interactions.Logical container for an atomic unit of work.Callback that executes operations against a given
AsyncTransactionContext
.Deprecated.superseded byAsyncTransactionCallback
.The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream ofrecords
. -
Classes in org.neo4j.driver.async used by org.neo4j.driver.internal.cursorClassDescriptionThe result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records
.
AsyncTransactionCallback
.