public class io.vertx.reactivex.ext.sql.impl.InTransactionCompletable implements io.reactivex.CompletableTransformer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.ext.sql.impl.InTransactionCompletable
super_class: java.lang.Object
{
private final io.vertx.reactivex.ext.sql.SQLConnection sqlConnection;
descriptor: Lio/vertx/reactivex/ext/sql/SQLConnection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.reactivex.ext.sql.SQLConnection);
descriptor: (Lio/vertx/reactivex/ext/sql/SQLConnection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
start local 1 // io.vertx.reactivex.ext.sql.SQLConnection sqlConnection
0: .line 29
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 30
aload 0 /* this */
aload 1 /* sqlConnection */
putfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
2: .line 31
return
end local 1 // io.vertx.reactivex.ext.sql.SQLConnection sqlConnection
end local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/sql/impl/InTransactionCompletable;
0 3 1 sqlConnection Lio/vertx/reactivex/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sqlConnection
public io.reactivex.CompletableSource apply(io.reactivex.Completable);
descriptor: (Lio/reactivex/Completable;)Lio/reactivex/CompletableSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
start local 1 // io.reactivex.Completable upstream
0: .line 35
aload 0 /* this */
getfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
iconst_0
invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lio/reactivex/Completable;
1: .line 36
aload 1 /* upstream */
invokevirtual io.reactivex.Completable.andThen:(Lio/reactivex/CompletableSource;)Lio/reactivex/Completable;
2: .line 37
aload 0 /* this */
getfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.rxCommit:()Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.andThen:(Lio/reactivex/CompletableSource;)Lio/reactivex/Completable;
3: .line 38
aload 0 /* this */
invokedynamic apply(Lio/vertx/reactivex/ext/sql/impl/InTransactionCompletable;)Lio/reactivex/functions/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/reactivex/ext/sql/impl/InTransactionCompletable.lambda$0(Ljava/lang/Throwable;)Lio/reactivex/CompletableSource; (7)
(Ljava/lang/Throwable;)Lio/reactivex/CompletableSource;
invokevirtual io.reactivex.Completable.onErrorResumeNext:(Lio/reactivex/functions/Function;)Lio/reactivex/Completable;
4: .line 42
aload 0 /* this */
getfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
iconst_1
invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.andThen:(Lio/reactivex/CompletableSource;)Lio/reactivex/Completable;
5: .line 35
areturn
end local 1 // io.reactivex.Completable upstream
end local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/reactivex/ext/sql/impl/InTransactionCompletable;
0 6 1 upstream Lio/reactivex/Completable;
MethodParameters:
Name Flags
upstream
private io.reactivex.CompletableSource lambda$0(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Lio/reactivex/CompletableSource;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=2, args_size=2
start local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
start local 1 // java.lang.Throwable throwable
0: .line 39
aload 0 /* this */
getfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.rxRollback:()Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.onErrorComplete:()Lio/reactivex/Completable;
1: .line 40
aload 0 /* this */
getfield io.vertx.reactivex.ext.sql.impl.InTransactionCompletable.sqlConnection:Lio/vertx/reactivex/ext/sql/SQLConnection;
iconst_1
invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.onErrorComplete:()Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.andThen:(Lio/reactivex/CompletableSource;)Lio/reactivex/Completable;
2: .line 41
aload 1 /* throwable */
invokestatic io.reactivex.Completable.error:(Ljava/lang/Throwable;)Lio/reactivex/Completable;
invokevirtual io.reactivex.Completable.andThen:(Lio/reactivex/CompletableSource;)Lio/reactivex/Completable;
3: .line 39
areturn
end local 1 // java.lang.Throwable throwable
end local 0 // io.vertx.reactivex.ext.sql.impl.InTransactionCompletable this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/ext/sql/impl/InTransactionCompletable;
0 4 1 throwable Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
}
SourceFile: "InTransactionCompletable.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles