public class io.vertx.ext.shell.ShellVerticle extends io.vertx.core.AbstractVerticle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.ShellVerticle
  super_class: io.vertx.core.AbstractVerticle
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellVerticle this
         0: .line 41
            aload 0 /* this */
            invokespecial io.vertx.core.AbstractVerticle.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.ShellVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/ShellVerticle;

  public void start(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.ext.shell.ShellVerticle this
        start local 1 // io.vertx.core.Promise startFuture
         0: .line 45
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            aload 0 /* this */
            getfield io.vertx.ext.shell.ShellVerticle.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.config:()Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 2 /* options */
        start local 2 // io.vertx.ext.shell.ShellServiceOptions options
         1: .line 46
            aload 0 /* this */
            getfield io.vertx.ext.shell.ShellVerticle.vertx:Lio/vertx/core/Vertx;
            aload 2 /* options */
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 3 /* service */
        start local 3 // io.vertx.ext.shell.ShellService service
         2: .line 47
            aload 3 /* service */
            aload 1 /* startFuture */
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              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/ext/shell/ShellVerticle.lambda$0(Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.shell.ShellService.start:(Lio/vertx/core/Handler;)V
         3: .line 54
            return
        end local 3 // io.vertx.ext.shell.ShellService service
        end local 2 // io.vertx.ext.shell.ShellServiceOptions options
        end local 1 // io.vertx.core.Promise startFuture
        end local 0 // io.vertx.ext.shell.ShellVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/ext/shell/ShellVerticle;
            0    4     1  startFuture  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            1    4     2      options  Lio/vertx/ext/shell/ShellServiceOptions;
            2    4     3      service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
             Name  Flags
      startFuture  

  private static void lambda$0(io.vertx.core.Promise, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 48
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 49
            aload 0
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 50
            goto 4
         3: .line 51
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         4: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "ShellVerticle.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles