Module org.neo4j.driver
Class AbstractReactiveTransaction
java.lang.Object
org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- Direct Known Subclasses:
InternalReactiveTransaction
,InternalReactiveTransaction
,InternalRxTransaction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<Void>
close
(boolean commit) protected org.reactivestreams.Publisher<Void>
doClose()
protected <T> org.reactivestreams.Publisher<T>
doCommit()
protected org.reactivestreams.Publisher<Boolean>
doIsOpen()
protected <T> org.reactivestreams.Publisher<T>
-
Field Details
-
tx
-
-
Constructor Details
-
AbstractReactiveTransaction
-
-
Method Details
-
doCommit
protected <T> org.reactivestreams.Publisher<T> doCommit() -
doRollback
protected <T> org.reactivestreams.Publisher<T> doRollback() -
doClose
-
doIsOpen
-
close
-