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 // io.vertx.reactivex.core.AbstractVerticle this
         0: .line 26
            aload 0 /* this */
            invokespecial io.vertx.core.AbstractVerticle.<init>:()V
            return
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      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 // io.vertx.reactivex.core.AbstractVerticle this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.Context context
         0: .line 33
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* context */
            invokespecial io.vertx.core.AbstractVerticle.init:(Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
         1: .line 34
            aload 0 /* this */
            new io.vertx.reactivex.core.Vertx
            dup
            aload 1 /* vertx */
            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: .line 35
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      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.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.AbstractVerticle this
        start local 1 // io.vertx.core.Promise startFuture
         0: .line 39
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.core.AbstractVerticle.rxStart:()Lio/reactivex/Completable;
            astore 2 /* completable */
        start local 2 // io.reactivex.Completable completable
         1: .line 40
            aload 2 /* completable */
            ifnull 4
         2: .line 41
            aload 2 /* completable */
            aload 1 /* startFuture */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic run(Lio/vertx/core/Promise;)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/Promise.complete()V (9 itf)
                  ()V
            aload 1 /* startFuture */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lio/vertx/core/Promise;)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/Promise.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: .line 42
            goto 5
         4: .line 43
      StackMap locals: io.reactivex.Completable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* startFuture */
            invokespecial io.vertx.core.AbstractVerticle.start:(Lio/vertx/core/Promise;)V
         5: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.Completable completable
        end local 1 // io.vertx.core.Promise startFuture
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/reactivex/core/AbstractVerticle;
            0    6     1  startFuture  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            1    6     2  completable  Lio/reactivex/Completable;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Promise<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 // io.vertx.reactivex.core.AbstractVerticle this
         0: .line 55
            aconst_null
            areturn
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/AbstractVerticle;

  public void stop(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.AbstractVerticle this
        start local 1 // io.vertx.core.Promise stopFuture
         0: .line 60
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.core.AbstractVerticle.rxStop:()Lio/reactivex/Completable;
            astore 2 /* completable */
        start local 2 // io.reactivex.Completable completable
         1: .line 61
            aload 2 /* completable */
            ifnull 4
         2: .line 62
            aload 2 /* completable */
            aload 1 /* stopFuture */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic run(Lio/vertx/core/Promise;)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/Promise.complete()V (9 itf)
                  ()V
            aload 1 /* stopFuture */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lio/vertx/core/Promise;)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/Promise.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: .line 63
            goto 5
         4: .line 64
      StackMap locals: io.reactivex.Completable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* stopFuture */
            invokespecial io.vertx.core.AbstractVerticle.stop:(Lio/vertx/core/Promise;)V
         5: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.Completable completable
        end local 1 // io.vertx.core.Promise stopFuture
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/reactivex/core/AbstractVerticle;
            0    6     1   stopFuture  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            1    6     2  completable  Lio/reactivex/Completable;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Promise<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 // io.vertx.reactivex.core.AbstractVerticle this
         0: .line 76
            aconst_null
            areturn
        end local 0 // io.vertx.reactivex.core.AbstractVerticle this
      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