Uses of Interface
org.neo4j.driver.reactive.RxResult
Packages that use RxResult
-
Uses of RxResult in org.neo4j.driver.internal.reactive
Classes in org.neo4j.driver.internal.reactive that implement RxResultMethods in org.neo4j.driver.internal.reactive that return RxResultModifier and TypeMethodDescriptionDeprecated.InternalRxSession.run
(String query, TransactionConfig config) Deprecated.Deprecated.InternalRxSession.run
(Query query, TransactionConfig config) Deprecated.Deprecated. -
Uses of RxResult in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive that return RxResultModifier and TypeMethodDescriptiondefault RxResult
Deprecated.Register running of a query and return a reactive result stream.default RxResult
Deprecated.Register running of a query and return a reactive result stream.default RxResult
Deprecated.Register running of a query and return a reactive result stream.default RxResult
Deprecated.Register running of a query and return a reactive result stream.Deprecated.Register running of a query and return a reactive result stream.Deprecated.Run a query with parameters in an auto-commit transaction with specifiedTransactionConfig
and return a reactive result stream.RxSession.run
(String query, TransactionConfig config) Deprecated.Run a query with parameters in an auto-commit transaction with specifiedTransactionConfig
and return a reactive result stream.RxSession.run
(Query query, TransactionConfig config) Deprecated.Run a query in an auto-commit transaction with specifiedconfiguration
and return a reactive result stream.