public interface RxTransaction extends RxQueryRunner
Transaction except this reactive transaction exposes a reactive API.Transaction,
RxSession,
Publisher| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
commit()
Commits the transaction.
|
<T> org.reactivestreams.Publisher<T> |
rollback()
Rolls back the transaction.
|
<T> org.reactivestreams.Publisher<T> commit()
T - makes it easier to be chained after other publishers.<T> org.reactivestreams.Publisher<T> rollback()
T - makes it easier to be chained after other publishers.