Uses of Package
org.neo4j.driver.reactive
-
ClassDescriptionA reactive session is the same as
Session
except it provides a reactive API.Deprecated. -
ClassDescriptionCommon interface for components that can execute Neo4j queries using Reactive API.A reactive result provides a reactive way to execute query on the server and receives records back.A reactive session is the same as
Session
except it provides a reactive API.Same asTransaction
except this reactive transaction exposes a reactive API.Callback that executes operations against a givenReactiveTransactionContext
.Deprecated.superseded byReactiveQueryRunner
andReactiveQueryRunner
Deprecated.superseded byReactiveResult
andReactiveResult
Deprecated.superseded byReactiveSession
andReactiveSession
Deprecated.superseded byReactiveTransaction
andReactiveTransaction
Deprecated.superseded byReactiveTransactionCallback
andReactiveTransactionCallback
-
ClassDescriptionCommon interface for components that can execute Neo4j queries using Reactive API.A reactive result provides a reactive way to execute query on the server and receives records back.Same as
Transaction
except this reactive transaction exposes a reactive API.Callback that executes operations against a givenReactiveTransactionContext
.A context for running queries within transaction.Deprecated.superseded byReactiveQueryRunner
andReactiveQueryRunner
Deprecated.superseded byReactiveResult
andReactiveResult
Deprecated.superseded byReactiveTransaction
andReactiveTransaction
Deprecated.superseded byReactiveTransactionCallback
andReactiveTransactionCallback
ReactiveSession
andReactiveSession