Uses of Interface
org.neo4j.driver.reactive.RxTransactionWork
Packages that use RxTransactionWork
-
Uses of RxTransactionWork in org.neo4j.driver.internal.reactive
Methods in org.neo4j.driver.internal.reactive with parameters of type RxTransactionWorkModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>InternalRxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work) Deprecated.<T> org.reactivestreams.Publisher<T>InternalRxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config) Deprecated.<T> org.reactivestreams.Publisher<T>InternalRxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work) Deprecated.<T> org.reactivestreams.Publisher<T>InternalRxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config) Deprecated. -
Uses of RxTransactionWork in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive with parameters of type RxTransactionWorkModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>RxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work) Deprecated.Execute given unit of reactive work in areadreactive transaction.<T> org.reactivestreams.Publisher<T>RxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config) Deprecated.Execute given unit of reactive work in areadreactive transaction with the specifiedconfiguration.<T> org.reactivestreams.Publisher<T>RxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work) Deprecated.Execute given unit of reactive work in awritereactive transaction.<T> org.reactivestreams.Publisher<T>RxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config) Deprecated.Execute given unit of reactive work in awritereactive transaction with the specifiedconfiguration.