public class InTransactionCompletable extends Object implements Completable.Transformer
| Constructor and Description |
|---|
InTransactionCompletable(SQLConnection sqlConnection) |
| Modifier and Type | Method and Description |
|---|---|
Completable |
call(Completable upstream) |
public InTransactionCompletable(SQLConnection sqlConnection)
sqlConnection - the connection used for transaction managementpublic Completable call(Completable upstream)
call in interface Func1<Completable,Completable>Copyright © 2020. All rights reserved.