Package | Description |
---|---|
org.neo4j.driver.reactive |
Modifier and Type | Method and Description |
---|---|
default org.reactivestreams.Publisher<ReactiveTransaction> |
ReactiveSession.beginTransaction()
Begin a new unmanaged transaction.
|
org.reactivestreams.Publisher<ReactiveTransaction> |
ReactiveSession.beginTransaction(TransactionConfig config)
Begin a new unmanaged transaction with the specified
configuration . |