Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Transaction> |
__TYPE_ARG |
Constructor and Description |
---|
Transaction(Object delegate) |
Transaction(Transaction delegate) |
Modifier and Type | Method and Description |
---|---|
Completable |
commit()
Like
commit() with an handler to be notified when the transaction commit has completed |
Completable |
completion()
Like
completion() but with a callback |
boolean |
equals(Object o) |
Transaction |
getDelegate() |
int |
hashCode() |
static Transaction |
newInstance(Transaction arg) |
Completable |
rollback()
Like
rollback() with an handler to be notified when the transaction rollback has completed |
Completable |
rxCommit()
Like
commit() with an handler to be notified when the transaction commit has completed |
Completable |
rxCompletion()
Like
completion() but with a callback |
Completable |
rxRollback()
Like
rollback() with an handler to be notified when the transaction rollback has completed |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Transaction> __TYPE_ARG
public Transaction(Transaction delegate)
public Transaction(Object delegate)
public Transaction getDelegate()
public Completable commit()
commit()
with an handler to be notified when the transaction commit has completedpublic Completable rxCommit()
commit()
with an handler to be notified when the transaction commit has completedpublic Completable rollback()
rollback()
with an handler to be notified when the transaction rollback has completedpublic Completable rxRollback()
rollback()
with an handler to be notified when the transaction rollback has completedpublic Completable completion()
completion()
but with a callbackpublic Completable rxCompletion()
completion()
but with a callbackpublic static Transaction newInstance(Transaction arg)
Copyright © 2022 Eclipse. All rights reserved.