| Package | Description |
|---|---|
| org.neo4j.driver.reactive |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<RxTransaction> |
RxSession.beginTransaction()
Begin a new unmanaged transaction.
|
org.reactivestreams.Publisher<RxTransaction> |
RxSession.beginTransaction(TransactionConfig config)
Begin a new unmanaged transaction with the specified
configuration. |
| Modifier and Type | Method and Description |
|---|---|
T |
RxTransactionWork.execute(RxTransaction tx)
Executes all given operations against the same transaction.
|