public class io.vertx.reactivex.core.AbstractVerticle extends io.vertx.core.AbstractVerticle
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.core.AbstractVerticle
super_class: io.vertx.core.AbstractVerticle
{
protected io.vertx.reactivex.core.Vertx vertx;
descriptor: Lio/vertx/reactivex/core/Vertx;
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.AbstractVerticle.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/AbstractVerticle;
public void init(io.vertx.core.Vertx, io.vertx.core.Context);
descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.vertx.core.AbstractVerticle.init:(Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
1: aload 0
new io.vertx.reactivex.core.Vertx
dup
aload 1
invokespecial io.vertx.reactivex.core.Vertx.<init>:(Lio/vertx/core/Vertx;)V
putfield io.vertx.reactivex.core.AbstractVerticle.vertx:Lio/vertx/reactivex/core/Vertx;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/core/AbstractVerticle;
0 3 1 vertx Lio/vertx/core/Vertx;
0 3 2 context Lio/vertx/core/Context;
MethodParameters:
Name Flags
vertx
context
public void start(io.vertx.core.Future<java.lang.Void>);
descriptor: (Lio/vertx/core/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.core.AbstractVerticle.rxStart:()Lio/reactivex/Completable;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 2
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic run(Lio/vertx/core/Future;)Lio/reactivex/functions/Action;
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:
()V
io/vertx/core/Future.complete()V (9 itf)
()V
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic accept(Lio/vertx/core/Future;)Lio/reactivex/functions/Consumer;
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;)V
io/vertx/core/Future.fail(Ljava/lang/Throwable;)V (9 itf)
(Ljava/lang/Throwable;)V
invokevirtual io.reactivex.Completable.subscribe:(Lio/reactivex/functions/Action;Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
pop
3: goto 5
4: StackMap locals: io.reactivex.Completable
StackMap stack:
aload 0
aload 1
invokespecial io.vertx.core.AbstractVerticle.start:(Lio/vertx/core/Future;)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/reactivex/core/AbstractVerticle;
0 6 1 startFuture Lio/vertx/core/Future<Ljava/lang/Void;>;
1 6 2 completable Lio/reactivex/Completable;
Exceptions:
throws java.lang.Exception
Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
startFuture
public io.reactivex.Completable rxStart();
descriptor: ()Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/AbstractVerticle;
public void stop(io.vertx.core.Future<java.lang.Void>);
descriptor: (Lio/vertx/core/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.core.AbstractVerticle.rxStop:()Lio/reactivex/Completable;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 2
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic run(Lio/vertx/core/Future;)Lio/reactivex/functions/Action;
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:
()V
io/vertx/core/Future.complete()V (9 itf)
()V
aload 1
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic accept(Lio/vertx/core/Future;)Lio/reactivex/functions/Consumer;
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;)V
io/vertx/core/Future.fail(Ljava/lang/Throwable;)V (9 itf)
(Ljava/lang/Throwable;)V
invokevirtual io.reactivex.Completable.subscribe:(Lio/reactivex/functions/Action;Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
pop
3: goto 5
4: StackMap locals: io.reactivex.Completable
StackMap stack:
aload 0
aload 1
invokespecial io.vertx.core.AbstractVerticle.stop:(Lio/vertx/core/Future;)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/reactivex/core/AbstractVerticle;
0 6 1 stopFuture Lio/vertx/core/Future<Ljava/lang/Void;>;
1 6 2 completable Lio/reactivex/Completable;
Exceptions:
throws java.lang.Exception
Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
stopFuture
public io.reactivex.Completable rxStop();
descriptor: ()Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/AbstractVerticle;
}
SourceFile: "AbstractVerticle.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles