public class Transaction extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Transaction> |
__TYPE_ARG |
Constructor and Description |
---|
Transaction(Object delegate) |
Transaction(io.vertx.sqlclient.Transaction delegate) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Completable |
commit()
Like
commit() with an handler to be notified when the transaction commit has completed |
io.reactivex.rxjava3.core.Completable |
completion()
Like
completion() but with a callback |
boolean |
equals(Object o) |
io.vertx.sqlclient.Transaction |
getDelegate() |
int |
hashCode() |
static Transaction |
newInstance(io.vertx.sqlclient.Transaction arg) |
io.reactivex.rxjava3.core.Completable |
rollback()
Like
rollback() with an handler to be notified when the transaction rollback has completed |
io.reactivex.rxjava3.core.Completable |
rxCommit()
Like
commit() with an handler to be notified when the transaction commit has completed |
io.reactivex.rxjava3.core.Completable |
rxCompletion()
Like
completion() but with a callback |
io.reactivex.rxjava3.core.Completable |
rxRollback()
Like
rollback() with an handler to be notified when the transaction rollback has completed |
String |
toString() |
public static final TypeArg<Transaction> __TYPE_ARG
public Transaction(io.vertx.sqlclient.Transaction delegate)
public Transaction(Object delegate)
public io.vertx.sqlclient.Transaction getDelegate()
public io.reactivex.rxjava3.core.Completable commit()
commit()
with an handler to be notified when the transaction commit has completedpublic io.reactivex.rxjava3.core.Completable rxCommit()
commit()
with an handler to be notified when the transaction commit has completedpublic io.reactivex.rxjava3.core.Completable rollback()
rollback()
with an handler to be notified when the transaction rollback has completedpublic io.reactivex.rxjava3.core.Completable rxRollback()
rollback()
with an handler to be notified when the transaction rollback has completedpublic io.reactivex.rxjava3.core.Completable completion()
completion()
but with a callbackpublic io.reactivex.rxjava3.core.Completable rxCompletion()
completion()
but with a callbackpublic static Transaction newInstance(io.vertx.sqlclient.Transaction arg)
Copyright © 2022 Eclipse. All rights reserved.