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