public class InTransactionFlowable<T> extends Object implements io.reactivex.FlowableTransformer<T,T>
| Constructor and Description |
|---|
InTransactionFlowable(SQLConnection sqlConnection) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
apply(io.reactivex.Flowable<T> upstream) |
public InTransactionFlowable(SQLConnection sqlConnection)
sqlConnection - the connection used for transaction managementCopyright © 2021. All rights reserved.