Class Transaction

  • All Implemented Interfaces:
    RxDelegate

    public class Transaction
    extends Object
    implements RxDelegate
    A transaction.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • Transaction

        public Transaction​(Transaction delegate)
      • Transaction

        public Transaction​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • commit

        public io.reactivex.rxjava3.core.Completable commit()
        Like commit() with an handler to be notified when the transaction commit has completed
        Returns:
      • rxCommit

        public io.reactivex.rxjava3.core.Completable rxCommit()
        Like commit() with an handler to be notified when the transaction commit has completed
        Returns:
      • rollback

        public io.reactivex.rxjava3.core.Completable rollback()
        Like rollback() with an handler to be notified when the transaction rollback has completed
        Returns:
      • rxRollback

        public io.reactivex.rxjava3.core.Completable rxRollback()
        Like rollback() with an handler to be notified when the transaction rollback has completed
        Returns:
      • completion

        public io.reactivex.rxjava3.core.Completable completion()
        Like completion() but with a callback
        Returns:
      • rxCompletion

        public io.reactivex.rxjava3.core.Completable rxCompletion()
        Like completion() but with a callback
        Returns: