public class InTransactionObservable<T> extends Object implements io.reactivex.ObservableTransformer<T,T>
| Constructor and Description |
|---|
InTransactionObservable(SQLConnection sqlConnection) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.ObservableSource<T> |
apply(io.reactivex.Observable<T> upstream) |
public InTransactionObservable(SQLConnection sqlConnection)
sqlConnection - the connection used for transaction managementCopyright © 2021. All rights reserved.