Uses of Interface
org.neo4j.driver.reactive.RxTransactionWork
-
Uses of RxTransactionWork in org.neo4j.driver.internal.reactive
Modifier 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
Modifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>
RxSession.readTransaction
(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work) Deprecated.Execute given unit of reactive work in aread
reactive 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 aread
reactive 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 awrite
reactive 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 awrite
reactive transaction with the specifiedconfiguration
.