| Package | Description |
|---|---|
| org.neo4j.driver.reactive |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
RxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work)
Execute given unit of reactive work in a
read reactive transaction. |
<T> org.reactivestreams.Publisher<T> |
RxSession.readTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work,
TransactionConfig config)
Execute given unit of reactive work in a
read reactive transaction with
the specified configuration. |
<T> org.reactivestreams.Publisher<T> |
RxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work)
Execute given unit of reactive work in a
write reactive transaction. |
<T> org.reactivestreams.Publisher<T> |
RxSession.writeTransaction(RxTransactionWork<? extends org.reactivestreams.Publisher<T>> work,
TransactionConfig config)
Execute given unit of reactive work in a
write reactive transaction with
the specified configuration. |