public class examples.CoreExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.CoreExamples
  super_class: java.lang.Object
{
  examples.CoreExamples$BlockingAPI someAPI;
    descriptor: Lexamples/CoreExamples$BlockingAPI;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            new examples.CoreExamples$BlockingAPI
            dup
            aload 0 /* this */
            invokespecial examples.CoreExamples$BlockingAPI.<init>:(Lexamples/CoreExamples;)V
            putfield examples.CoreExamples.someAPI:Lexamples/CoreExamples$BlockingAPI;
         2: .line 37
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lexamples/CoreExamples;

  public void example1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 40
            invokestatic io.vertx.core.Vertx.vertx:()Lio/vertx/core/Vertx;
            pop
         1: .line 41
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/CoreExamples;

  public void example2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 44
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            bipush 40
            invokevirtual io.vertx.core.VertxOptions.setWorkerPoolSize:(I)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         1: .line 45
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/CoreExamples;

  public void example3(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.http.HttpServerRequest request
         0: .line 48
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            ldc "Content-Type"
            ldc "text/plain"
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            ldc "some text"
            invokeinterface io.vertx.core.http.HttpServerResponse.write:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()V
         1: .line 49
            return
        end local 1 // io.vertx.core.http.HttpServerRequest request
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1  request  Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      request  

  public void example4(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.http.HttpServerRequest request
         0: .line 52
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            astore 2 /* response */
        start local 2 // io.vertx.core.http.HttpServerResponse response
         1: .line 53
            aload 2 /* response */
            ldc "Content-Type"
            ldc "text/plain"
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            pop
         2: .line 54
            aload 2 /* response */
            ldc "some text"
            invokeinterface io.vertx.core.http.HttpServerResponse.write:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            pop
         3: .line 55
            aload 2 /* response */
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()V
         4: .line 56
            return
        end local 2 // io.vertx.core.http.HttpServerResponse response
        end local 1 // io.vertx.core.http.HttpServerRequest request
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lexamples/CoreExamples;
            0    5     1   request  Lio/vertx/core/http/HttpServerRequest;
            1    5     2  response  Lio/vertx/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      request  

  public void example5(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 59
            aload 1 /* vertx */
            ldc 1000
            invokedynamic handle()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
                  examples/CoreExamples.lambda$0(Ljava/lang/Long;)V (6)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            pop2
         1: .line 63
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/CoreExamples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example6(io.vertx.core.http.HttpServer);
    descriptor: (Lio/vertx/core/http/HttpServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.http.HttpServer server
         0: .line 67
            aload 1 /* server */
            invokedynamic handle()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
                  examples/CoreExamples.lambda$1(Lio/vertx/core/http/HttpServerRequest;)V (6)
                  (Lio/vertx/core/http/HttpServerRequest;)V
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 71
            return
        end local 1 // io.vertx.core.http.HttpServer server
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/CoreExamples;
            0    2     1  server  Lio/vertx/core/http/HttpServer;
    MethodParameters:
        Name  Flags
      server  

  public void example7(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 74
            aload 1 /* vertx */
            aload 0 /* this */
            invokedynamic handle(Lexamples/CoreExamples;)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
                  examples/CoreExamples.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 78
            invokedynamic handle()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
                  examples/CoreExamples.lambda$3(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         2: .line 74
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 81
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/CoreExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void workerExecutor1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 84
            aload 1 /* vertx */
            ldc "my-worker-pool"
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;)Lio/vertx/core/WorkerExecutor;
            astore 2 /* executor */
        start local 2 // io.vertx.core.WorkerExecutor executor
         1: .line 85
            aload 2 /* executor */
            aload 0 /* this */
            invokedynamic handle(Lexamples/CoreExamples;)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
                  examples/CoreExamples.lambda$4(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         2: .line 89
            invokedynamic handle()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
                  examples/CoreExamples.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         3: .line 85
            invokeinterface io.vertx.core.WorkerExecutor.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         4: .line 92
            return
        end local 2 // io.vertx.core.WorkerExecutor executor
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lexamples/CoreExamples;
            0    5     1     vertx  Lio/vertx/core/Vertx;
            1    5     2  executor  Lio/vertx/core/WorkerExecutor;
    MethodParameters:
       Name  Flags
      vertx  

  public void workerExecutor2(io.vertx.core.WorkerExecutor);
    descriptor: (Lio/vertx/core/WorkerExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.WorkerExecutor executor
         0: .line 95
            aload 1 /* executor */
            invokeinterface io.vertx.core.WorkerExecutor.close:()V
         1: .line 96
            return
        end local 1 // io.vertx.core.WorkerExecutor executor
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lexamples/CoreExamples;
            0    2     1  executor  Lio/vertx/core/WorkerExecutor;
    MethodParameters:
          Name  Flags
      executor  

  public void workerExecutor3(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 101
            bipush 10
            istore 2 /* poolSize */
        start local 2 // int poolSize
         1: .line 104
            ldc 2
            lstore 3 /* maxExecuteTime */
        start local 3 // long maxExecuteTime
         2: .line 105
            getstatic java.util.concurrent.TimeUnit.MINUTES:Ljava/util/concurrent/TimeUnit;
            astore 5 /* maxExecuteTimeUnit */
        start local 5 // java.util.concurrent.TimeUnit maxExecuteTimeUnit
         3: .line 107
            aload 1 /* vertx */
            ldc "my-worker-pool"
            iload 2 /* poolSize */
            lload 3 /* maxExecuteTime */
            aload 5 /* maxExecuteTimeUnit */
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;IJLjava/util/concurrent/TimeUnit;)Lio/vertx/core/WorkerExecutor;
            pop
         4: .line 108
            return
        end local 5 // java.util.concurrent.TimeUnit maxExecuteTimeUnit
        end local 3 // long maxExecuteTime
        end local 2 // int poolSize
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lexamples/CoreExamples;
            0    5     1               vertx  Lio/vertx/core/Vertx;
            1    5     2            poolSize  I
            2    5     3      maxExecuteTime  J
            3    5     5  maxExecuteTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
       Name  Flags
      vertx  

  public void exampleFutureAll1(io.vertx.core.http.HttpServer, io.vertx.core.net.NetServer);
    descriptor: (Lio/vertx/core/http/HttpServer;Lio/vertx/core/net/NetServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.http.HttpServer httpServer
        start local 2 // io.vertx.core.net.NetServer netServer
         0: .line 119
            aload 1 /* httpServer */
            invokedynamic handle(Lio/vertx/core/http/HttpServer;)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
                  examples/CoreExamples.lambda$6(Lio/vertx/core/http/HttpServer;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            astore 3 /* httpServerFuture */
        start local 3 // io.vertx.core.Future httpServerFuture
         1: .line 121
            aload 2 /* netServer */
            invokedynamic handle(Lio/vertx/core/net/NetServer;)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
                  examples/CoreExamples.lambda$7(Lio/vertx/core/net/NetServer;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            astore 4 /* netServerFuture */
        start local 4 // io.vertx.core.Future netServerFuture
         2: .line 123
            aload 3 /* httpServerFuture */
            aload 4 /* netServerFuture */
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
         3: .line 130
            return
        end local 4 // io.vertx.core.Future netServerFuture
        end local 3 // io.vertx.core.Future httpServerFuture
        end local 2 // io.vertx.core.net.NetServer netServer
        end local 1 // io.vertx.core.http.HttpServer httpServer
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lexamples/CoreExamples;
            0    4     1        httpServer  Lio/vertx/core/http/HttpServer;
            0    4     2         netServer  Lio/vertx/core/net/NetServer;
            1    4     3  httpServerFuture  Lio/vertx/core/Future<Lio/vertx/core/http/HttpServer;>;
            2    4     4   netServerFuture  Lio/vertx/core/Future<Lio/vertx/core/net/NetServer;>;
    MethodParameters:
            Name  Flags
      httpServer  
      netServer   

  public void exampleFutureAll2(io.vertx.core.Future, io.vertx.core.Future, io.vertx.core.Future);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Future future1
        start local 2 // io.vertx.core.Future future2
        start local 3 // io.vertx.core.Future future3
         0: .line 134
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
         1: .line 133
            aload 1 /* future1 */
            aastore
            dup
            iconst_1
            aload 2 /* future2 */
            aastore
            dup
            iconst_2
            aload 3 /* future3 */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic io.vertx.core.CompositeFuture.all:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            pop
            return
        end local 3 // io.vertx.core.Future future3
        end local 2 // io.vertx.core.Future future2
        end local 1 // io.vertx.core.Future future1
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1  future1  Lio/vertx/core/Future;
            0    2     2  future2  Lio/vertx/core/Future;
            0    2     3  future3  Lio/vertx/core/Future;
    MethodParameters:
         Name  Flags
      future1  
      future2  
      future3  

  public void exampleFutureAny1(io.vertx.core.Future<java.lang.String>, io.vertx.core.Future<java.lang.String>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Future future1
        start local 2 // io.vertx.core.Future future2
         0: .line 137
            aload 1 /* future1 */
            aload 2 /* future2 */
            invokestatic io.vertx.core.CompositeFuture.any:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$9(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
         1: .line 144
            return
        end local 2 // io.vertx.core.Future future2
        end local 1 // io.vertx.core.Future future1
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1  future1  Lio/vertx/core/Future<Ljava/lang/String;>;
            0    2     2  future2  Lio/vertx/core/Future<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/Future<Ljava/lang/String;>;Lio/vertx/core/Future<Ljava/lang/String;>;)V
    MethodParameters:
         Name  Flags
      future1  
      future2  

  public void exampleFutureAny2(io.vertx.core.Future, io.vertx.core.Future, io.vertx.core.Future);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Future f1
        start local 2 // io.vertx.core.Future f2
        start local 3 // io.vertx.core.Future f3
         0: .line 148
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
         1: .line 147
            aload 1 /* f1 */
            aastore
            dup
            iconst_1
            aload 2 /* f2 */
            aastore
            dup
            iconst_2
            aload 3 /* f3 */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic io.vertx.core.CompositeFuture.any:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            pop
            return
        end local 3 // io.vertx.core.Future f3
        end local 2 // io.vertx.core.Future f2
        end local 1 // io.vertx.core.Future f1
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/CoreExamples;
            0    2     1    f1  Lio/vertx/core/Future;
            0    2     2    f2  Lio/vertx/core/Future;
            0    2     3    f3  Lio/vertx/core/Future;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public void exampleFutureJoin1(io.vertx.core.Future, io.vertx.core.Future, io.vertx.core.Future);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Future future1
        start local 2 // io.vertx.core.Future future2
        start local 3 // io.vertx.core.Future future3
         0: .line 151
            aload 1 /* future1 */
            aload 2 /* future2 */
            aload 3 /* future3 */
            invokestatic io.vertx.core.CompositeFuture.join:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
         1: .line 158
            return
        end local 3 // io.vertx.core.Future future3
        end local 2 // io.vertx.core.Future future2
        end local 1 // io.vertx.core.Future future1
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1  future1  Lio/vertx/core/Future;
            0    2     2  future2  Lio/vertx/core/Future;
            0    2     3  future3  Lio/vertx/core/Future;
    MethodParameters:
         Name  Flags
      future1  
      future2  
      future3  

  public void exampleFutureJoin2(io.vertx.core.Future, io.vertx.core.Future, io.vertx.core.Future);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Future future1
        start local 2 // io.vertx.core.Future future2
        start local 3 // io.vertx.core.Future future3
         0: .line 162
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
         1: .line 161
            aload 1 /* future1 */
            aastore
            dup
            iconst_1
            aload 2 /* future2 */
            aastore
            dup
            iconst_2
            aload 3 /* future3 */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic io.vertx.core.CompositeFuture.join:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            pop
            return
        end local 3 // io.vertx.core.Future future3
        end local 2 // io.vertx.core.Future future2
        end local 1 // io.vertx.core.Future future1
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1  future1  Lio/vertx/core/Future;
            0    2     2  future2  Lio/vertx/core/Future;
            0    2     3  future3  Lio/vertx/core/Future;
    MethodParameters:
         Name  Flags
      future1  
      future2  
      future3  

  public void exampleFuture6(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 166
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            astore 2 /* fs */
        start local 2 // io.vertx.core.file.FileSystem fs
         1: .line 168
            aload 2 /* fs */
            invokedynamic handle(Lio/vertx/core/file/FileSystem;)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
                  examples/CoreExamples.lambda$11(Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            astore 3 /* fut1 */
        start local 3 // io.vertx.core.Future fut1
         2: .line 170
            aload 3 /* fut1 */
         3: .line 171
            aload 2 /* fs */
            invokedynamic apply(Lio/vertx/core/file/FileSystem;)Ljava/util/function/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;
                  examples/CoreExamples.lambda$12(Lio/vertx/core/file/FileSystem;Ljava/lang/Void;)Lio/vertx/core/Future; (6)
                  (Ljava/lang/Void;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         4: .line 175
            aload 2 /* fs */
            invokedynamic apply(Lio/vertx/core/file/FileSystem;)Ljava/util/function/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;
                  examples/CoreExamples.lambda$14(Lio/vertx/core/file/FileSystem;Ljava/lang/Void;)Lio/vertx/core/Future; (6)
                  (Ljava/lang/Void;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            pop
         5: .line 179
            return
        end local 3 // io.vertx.core.Future fut1
        end local 2 // io.vertx.core.file.FileSystem fs
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lexamples/CoreExamples;
            0    6     1  vertx  Lio/vertx/core/Vertx;
            1    6     2     fs  Lio/vertx/core/file/FileSystem;
            2    6     3   fut1  Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      vertx  

  public void example7_1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 182
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.core.DeploymentOptions.setWorker:(Z)Lio/vertx/core/DeploymentOptions;
            astore 2 /* options */
        start local 2 // io.vertx.core.DeploymentOptions options
         1: .line 183
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         2: .line 184
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/CoreExamples;
            0    3     1    vertx  Lio/vertx/core/Vertx;
            1    3     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void multiThreadedWorkerVerticleAlternative(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 187
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
         1: .line 188
            iconst_1
            invokevirtual io.vertx.core.DeploymentOptions.setWorker:(Z)Lio/vertx/core/DeploymentOptions;
         2: .line 189
            iconst_5
            invokevirtual io.vertx.core.DeploymentOptions.setInstances:(I)Lio/vertx/core/DeploymentOptions;
         3: .line 190
            ldc "the-specific-pool"
            invokevirtual io.vertx.core.DeploymentOptions.setWorkerPoolName:(Ljava/lang/String;)Lio/vertx/core/DeploymentOptions;
         4: .line 191
            iconst_5
            invokevirtual io.vertx.core.DeploymentOptions.setWorkerPoolSize:(I)Lio/vertx/core/DeploymentOptions;
         5: .line 187
            astore 2 /* options */
        start local 2 // io.vertx.core.DeploymentOptions options
         6: .line 192
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         7: .line 193
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lexamples/CoreExamples;
            0    8     1    vertx  Lio/vertx/core/Vertx;
            6    8     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void multiThreadedWorkerVerticleAlternative2(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String someresult
         0: .line 196
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            ldc "foo"
            aload 2 /* someresult */
            aload 1 /* vertx */
            invokedynamic handle(Ljava/lang/String;Lio/vertx/core/Vertx;)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
                  examples/CoreExamples.lambda$16(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            pop
         1: .line 204
            return
        end local 2 // java.lang.String someresult
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lexamples/CoreExamples;
            0    2     1       vertx  Lio/vertx/core/Vertx;
            0    2     2  someresult  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      vertx       
      someresult  

  public void example8(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 208
            new examples.CoreExamples$MyVerticle
            dup
            aload 0 /* this */
            invokespecial examples.CoreExamples$MyVerticle.<init>:(Lexamples/CoreExamples;)V
            astore 2 /* myVerticle */
        start local 2 // io.vertx.core.Verticle myVerticle
         1: .line 209
            aload 1 /* vertx */
            aload 2 /* myVerticle */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;)V
         2: .line 210
            return
        end local 2 // io.vertx.core.Verticle myVerticle
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lexamples/CoreExamples;
            0    3     1       vertx  Lio/vertx/core/Vertx;
            1    3     2  myVerticle  Lio/vertx/core/Verticle;
    MethodParameters:
       Name  Flags
      vertx  

  public void example9(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 223
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;)V
         1: .line 226
            aload 1 /* vertx */
            ldc "verticles/myverticle.js"
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;)V
         2: .line 229
            aload 1 /* vertx */
            ldc "verticles/my_verticle.rb"
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;)V
         3: .line 231
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/CoreExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example10(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 234
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            invokedynamic handle()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
                  examples/CoreExamples.lambda$19(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 241
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/CoreExamples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example11(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String deploymentID
         0: .line 244
            aload 1 /* vertx */
            aload 2 /* deploymentID */
            invokedynamic handle()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
                  examples/CoreExamples.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Vertx.undeploy:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 251
            return
        end local 2 // java.lang.String deploymentID
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lexamples/CoreExamples;
            0    2     1         vertx  Lio/vertx/core/Vertx;
            0    2     2  deploymentID  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      vertx         
      deploymentID  

  public void example12(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 254
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            bipush 16
            invokevirtual io.vertx.core.DeploymentOptions.setInstances:(I)Lio/vertx/core/DeploymentOptions;
            astore 2 /* options */
        start local 2 // io.vertx.core.DeploymentOptions options
         1: .line 255
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         2: .line 256
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/CoreExamples;
            0    3     1    vertx  Lio/vertx/core/Vertx;
            1    3     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void example13(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 260
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "name"
            ldc "tim"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            ldc "directory"
            ldc "/blah"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 2 /* config */
        start local 2 // io.vertx.core.json.JsonObject config
         1: .line 261
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            aload 2 /* config */
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
            astore 3 /* options */
        start local 3 // io.vertx.core.DeploymentOptions options
         2: .line 262
            aload 1 /* vertx */
            ldc "com.mycompany.MyOrderProcessorVerticle"
            aload 3 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         3: .line 263
            return
        end local 3 // io.vertx.core.DeploymentOptions options
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lexamples/CoreExamples;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            1    4     2   config  Lio/vertx/core/json/JsonObject;
            2    4     3  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void example14(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 266
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            ldc "mygroup"
            invokevirtual io.vertx.core.DeploymentOptions.setIsolationGroup:(Ljava/lang/String;)Lio/vertx/core/DeploymentOptions;
            astore 2 /* options */
        start local 2 // io.vertx.core.DeploymentOptions options
         1: .line 267
            aload 2 /* options */
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "com.mycompany.myverticle.*"
            aastore
            dup
            iconst_1
         2: .line 268
            ldc "com.mycompany.somepkg.SomeClass"
            aastore
            dup
            iconst_2
            ldc "org.somelibrary.*"
            aastore
         3: .line 267
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual io.vertx.core.DeploymentOptions.setIsolatedClasses:(Ljava/util/List;)Lio/vertx/core/DeploymentOptions;
            pop
         4: .line 269
            aload 1 /* vertx */
            ldc "com.mycompany.myverticle.VerticleClass"
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         5: .line 270
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lexamples/CoreExamples;
            0    6     1    vertx  Lio/vertx/core/Vertx;
            1    6     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void example15(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 273
            aload 1 /* vertx */
            ldc 1000
            invokedynamic handle()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
                  examples/CoreExamples.lambda$21(Ljava/lang/Long;)V (6)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            pop2
         1: .line 277
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "First this is printed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 278
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/CoreExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example16(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 281
            aload 1 /* vertx */
            ldc 1000
            invokedynamic handle()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
                  examples/CoreExamples.lambda$22(Ljava/lang/Long;)V (6)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            pop2
         1: .line 285
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "First this is printed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 286
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/CoreExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example17(io.vertx.core.Vertx, long);
    descriptor: (Lio/vertx/core/Vertx;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // long timerID
         0: .line 289
            aload 1 /* vertx */
            lload 2 /* timerID */
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         1: .line 290
            return
        end local 2 // long timerID
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/CoreExamples;
            0    2     1    vertx  Lio/vertx/core/Vertx;
            0    2     2  timerID  J
    MethodParameters:
         Name  Flags
      vertx    
      timerID  

  public void example18(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // java.lang.String className
        start local 2 // java.lang.Exception exception
         0: .line 298
            aload 1 /* className */
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/String;)Lio/vertx/core/logging/Logger;
            astore 3 /* logger */
        start local 3 // io.vertx.core.logging.Logger logger
         1: .line 300
            aload 3 /* logger */
            ldc "something happened"
            invokevirtual io.vertx.core.logging.Logger.info:(Ljava/lang/Object;)V
         2: .line 301
            aload 3 /* logger */
            ldc "oops!"
            aload 2 /* exception */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         3: .line 302
            return
        end local 3 // io.vertx.core.logging.Logger logger
        end local 2 // java.lang.Exception exception
        end local 1 // java.lang.String className
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lexamples/CoreExamples;
            0    4     1  className  Ljava/lang/String;
            0    4     2  exception  Ljava/lang/Exception;
            1    4     3     logger  Lio/vertx/core/logging/Logger;
    MethodParameters:
           Name  Flags
      className  
      exception  

  public void retrieveContext(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 305
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            pop
         1: .line 306
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/CoreExamples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void retrieveContextType(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 309
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 310
            aload 2 /* context */
            invokeinterface io.vertx.core.Context.isEventLoopContext:()Z
            ifeq 4
         2: .line 311
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Context attached to Event Loop"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 312
            goto 12
      StackMap locals: io.vertx.core.Context
      StackMap stack:
         4: aload 2 /* context */
            invokeinterface io.vertx.core.Context.isWorkerContext:()Z
            ifeq 7
         5: .line 313
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Context attached to Worker Thread"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 314
            goto 12
      StackMap locals:
      StackMap stack:
         7: aload 2 /* context */
            invokeinterface io.vertx.core.Context.isMultiThreadedWorkerContext:()Z
            ifeq 10
         8: .line 315
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Context attached to Worker Thread - multi threaded worker"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 316
            goto 12
      StackMap locals:
      StackMap stack:
        10: invokestatic io.vertx.core.Context.isOnVertxThread:()Z
            ifne 12
        11: .line 317
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Context not attached to a thread managed by vert.x"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        12: .line 319
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lexamples/CoreExamples;
            0   13     1    vertx  Lio/vertx/core/Vertx;
            1   13     2  context  Lio/vertx/core/Context;
    MethodParameters:
       Name  Flags
      vertx  

  public void runInContext(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 322
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$23(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 325
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/CoreExamples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void runInContextWithData(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 328
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 329
            aload 2 /* context */
            ldc "data"
            ldc "hello"
            invokeinterface io.vertx.core.Context.put:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 330
            aload 2 /* context */
            aload 2 /* context */
            invokedynamic handle(Lio/vertx/core/Context;)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
                  examples/CoreExamples.lambda$24(Lio/vertx/core/Context;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 333
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lexamples/CoreExamples;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            1    4     2  context  Lio/vertx/core/Context;
    MethodParameters:
       Name  Flags
      vertx  

  public void systemAndEnvProperties();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 336
            ldc "prop"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            pop
         1: .line 337
            ldc "HOME"
            invokestatic java.lang.System.getenv:(Ljava/lang/String;)Ljava/lang/String;
            pop
         2: .line 338
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lexamples/CoreExamples;

  public void configureDNSServers();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 341
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 343
            new io.vertx.core.dns.AddressResolverOptions
            dup
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:()V
         2: .line 344
            ldc "192.168.0.1"
            invokevirtual io.vertx.core.dns.AddressResolverOptions.addServer:(Ljava/lang/String;)Lio/vertx/core/dns/AddressResolverOptions;
         3: .line 345
            ldc "192.168.0.2:40000"
            invokevirtual io.vertx.core.dns.AddressResolverOptions.addServer:(Ljava/lang/String;)Lio/vertx/core/dns/AddressResolverOptions;
         4: .line 342
            invokevirtual io.vertx.core.VertxOptions.setAddressResolverOptions:(Lio/vertx/core/dns/AddressResolverOptions;)Lio/vertx/core/VertxOptions;
         5: .line 341
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         6: .line 347
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lexamples/CoreExamples;

  public void configureHosts();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 350
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 352
            new io.vertx.core.dns.AddressResolverOptions
            dup
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:()V
         2: .line 353
            ldc "/path/to/hosts"
            invokevirtual io.vertx.core.dns.AddressResolverOptions.setHostsPath:(Ljava/lang/String;)Lio/vertx/core/dns/AddressResolverOptions;
         3: .line 351
            invokevirtual io.vertx.core.VertxOptions.setAddressResolverOptions:(Lio/vertx/core/dns/AddressResolverOptions;)Lio/vertx/core/VertxOptions;
         4: .line 350
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         5: .line 355
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lexamples/CoreExamples;

  public void configureSearchDomains();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 358
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 360
            new io.vertx.core.dns.AddressResolverOptions
            dup
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:()V
            ldc "foo.com"
            invokevirtual io.vertx.core.dns.AddressResolverOptions.addSearchDomain:(Ljava/lang/String;)Lio/vertx/core/dns/AddressResolverOptions;
            ldc "bar.com"
            invokevirtual io.vertx.core.dns.AddressResolverOptions.addSearchDomain:(Ljava/lang/String;)Lio/vertx/core/dns/AddressResolverOptions;
         2: .line 359
            invokevirtual io.vertx.core.VertxOptions.setAddressResolverOptions:(Lio/vertx/core/dns/AddressResolverOptions;)Lio/vertx/core/VertxOptions;
         3: .line 358
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         4: .line 362
            return
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lexamples/CoreExamples;

  public void deployVerticleWithDifferentWorkerPool(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 365
            aload 1 /* vertx */
            ldc "the-verticle"
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            ldc "the-specific-pool"
            invokevirtual io.vertx.core.DeploymentOptions.setWorkerPoolName:(Ljava/lang/String;)Lio/vertx/core/DeploymentOptions;
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         1: .line 366
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/CoreExamples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void configureNative();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // examples.CoreExamples this
         0: .line 369
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 370
            iconst_1
            invokevirtual io.vertx.core.VertxOptions.setPreferNativeTransport:(Z)Lio/vertx/core/VertxOptions;
         2: .line 369
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            astore 1 /* vertx */
        start local 1 // io.vertx.core.Vertx vertx
         3: .line 374
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.isNativeTransportEnabled:()Z
            istore 2 /* usingNative */
        start local 2 // boolean usingNative
         4: .line 375
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Running with native: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* usingNative */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 376
            return
        end local 2 // boolean usingNative
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lexamples/CoreExamples;
            3    6     1        vertx  Lio/vertx/core/Vertx;
            4    6     2  usingNative  Z

  public void configureLinuxOptions(io.vertx.core.Vertx, boolean, boolean, boolean, boolean);
    descriptor: (Lio/vertx/core/Vertx;ZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // boolean fastOpen
        start local 3 // boolean cork
        start local 4 // boolean quickAck
        start local 5 // boolean reusePort
         0: .line 380
            aload 1 /* vertx */
            new io.vertx.core.http.HttpServerOptions
            dup
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:()V
         1: .line 381
            iload 2 /* fastOpen */
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/http/HttpServerOptions;
         2: .line 382
            iload 3 /* cork */
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpCork:(Z)Lio/vertx/core/http/HttpServerOptions;
         3: .line 383
            iload 4 /* quickAck */
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/http/HttpServerOptions;
         4: .line 384
            iload 5 /* reusePort */
            invokevirtual io.vertx.core.http.HttpServerOptions.setReusePort:(Z)Lio/vertx/core/http/HttpServerOptions;
         5: .line 380
            invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
            pop
         6: .line 386
            return
        end local 5 // boolean reusePort
        end local 4 // boolean quickAck
        end local 3 // boolean cork
        end local 2 // boolean fastOpen
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lexamples/CoreExamples;
            0    7     1      vertx  Lio/vertx/core/Vertx;
            0    7     2   fastOpen  Z
            0    7     3       cork  Z
            0    7     4   quickAck  Z
            0    7     5  reusePort  Z
    MethodParameters:
           Name  Flags
      vertx      
      fastOpen   
      cork       
      quickAck   
      reusePort  

  public void configureBSDOptions(io.vertx.core.Vertx, boolean);
    descriptor: (Lio/vertx/core/Vertx;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // boolean reusePort
         0: .line 390
            aload 1 /* vertx */
            new io.vertx.core.http.HttpServerOptions
            dup
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:()V
            iload 2 /* reusePort */
            invokevirtual io.vertx.core.http.HttpServerOptions.setReusePort:(Z)Lio/vertx/core/http/HttpServerOptions;
            invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 391
            return
        end local 2 // boolean reusePort
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lexamples/CoreExamples;
            0    2     1      vertx  Lio/vertx/core/Vertx;
            0    2     2  reusePort  Z
    MethodParameters:
           Name  Flags
      vertx      
      reusePort  

  public void tcpServerWithDomainSockets(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 395
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createNetServer:()Lio/vertx/core/net/NetServer;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$25(Lio/vertx/core/net/NetSocket;)V (6)
                  (Lio/vertx/core/net/NetSocket;)V
            invokeinterface io.vertx.core.net.NetServer.connectHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
         1: .line 397
            ldc "/var/tmp/myservice.sock"
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokeinterface io.vertx.core.net.NetServer.listen:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/net/NetServer;
            pop
         2: .line 398
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/CoreExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void httpServerWithDomainSockets(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 401
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$26(Lio/vertx/core/http/HttpServerRequest;)V (6)
                  (Lio/vertx/core/http/HttpServerRequest;)V
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
         1: .line 403
            ldc "/var/tmp/myservice.sock"
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokedynamic handle()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
                  examples/CoreExamples.lambda$27(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.http.HttpServer.listen:(Lio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         2: .line 410
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/CoreExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void tcpClientWithDomainSockets(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 413
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createNetClient:()Lio/vertx/core/net/NetClient;
            astore 2 /* netClient */
        start local 2 // io.vertx.core.net.NetClient netClient
         1: .line 416
            ldc "/var/tmp/myservice.sock"
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            astore 3 /* addr */
        start local 3 // io.vertx.core.net.SocketAddress addr
         2: .line 419
            aload 2 /* netClient */
            aload 3 /* addr */
            invokedynamic handle()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
                  examples/CoreExamples.lambda$28(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.NetClient.connect:(Lio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetClient;
            pop
         3: .line 426
            return
        end local 3 // io.vertx.core.net.SocketAddress addr
        end local 2 // io.vertx.core.net.NetClient netClient
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lexamples/CoreExamples;
            0    4     1      vertx  Lio/vertx/core/Vertx;
            1    4     2  netClient  Lio/vertx/core/net/NetClient;
            2    4     3       addr  Lio/vertx/core/net/SocketAddress;
    MethodParameters:
       Name  Flags
      vertx  

  public void httpClientWithDomainSockets(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 429
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            astore 2 /* httpClient */
        start local 2 // io.vertx.core.http.HttpClient httpClient
         1: .line 432
            ldc "/var/tmp/myservice.sock"
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            astore 3 /* addr */
        start local 3 // io.vertx.core.net.SocketAddress addr
         2: .line 435
            aload 2 /* httpClient */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            aload 3 /* addr */
            sipush 8080
            ldc "localhost"
            ldc "/"
            invokedynamic handle()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
                  examples/CoreExamples.lambda$29(Lio/vertx/core/http/HttpClientResponse;)V (6)
                  (Lio/vertx/core/http/HttpClientResponse;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
         3: .line 437
            invokeinterface io.vertx.core.http.HttpClientRequest.end:()V
         4: .line 438
            return
        end local 3 // io.vertx.core.net.SocketAddress addr
        end local 2 // io.vertx.core.http.HttpClient httpClient
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lexamples/CoreExamples;
            0    5     1       vertx  Lio/vertx/core/Vertx;
            1    5     2  httpClient  Lio/vertx/core/http/HttpClient;
            2    5     3        addr  Lio/vertx/core/net/SocketAddress;
    MethodParameters:
       Name  Flags
      vertx  

  private static void lambda$0(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long id
         0: .line 61
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "timer fired!"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 62
            return
        end local 0 // java.lang.Long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    id  Ljava/lang/Long;

  private static void lambda$1(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerRequest request
         0: .line 69
            aload 0 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            ldc "hello world!"
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
         1: .line 70
            return
        end local 0 // io.vertx.core.http.HttpServerRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  request  Lio/vertx/core/http/HttpServerRequest;

  private void lambda$2(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Promise promise
         0: .line 76
            aload 0 /* this */
            getfield examples.CoreExamples.someAPI:Lexamples/CoreExamples$BlockingAPI;
            ldc "hello"
            invokevirtual examples.CoreExamples$BlockingAPI.blockingMethod:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* result */
        start local 2 // java.lang.String result
         1: .line 77
            aload 1 /* promise */
            aload 2 /* result */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 2 // java.lang.String result
         2: .line 78
            return
        end local 1 // io.vertx.core.Promise promise
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/CoreExamples;
            0    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
            1    2     2   result  Ljava/lang/String;

  private static void lambda$3(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 79
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "The result is: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 80
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;

  private void lambda$4(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.CoreExamples this
        start local 1 // io.vertx.core.Promise promise
         0: .line 87
            aload 0 /* this */
            getfield examples.CoreExamples.someAPI:Lexamples/CoreExamples$BlockingAPI;
            ldc "hello"
            invokevirtual examples.CoreExamples$BlockingAPI.blockingMethod:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* result */
        start local 2 // java.lang.String result
         1: .line 88
            aload 1 /* promise */
            aload 2 /* result */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 2 // java.lang.String result
         2: .line 89
            return
        end local 1 // io.vertx.core.Promise promise
        end local 0 // examples.CoreExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/CoreExamples;
            0    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
            1    2     2   result  Ljava/lang/String;

  private static void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 90
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "The result is: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 91
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;

  private static void lambda$6(io.vertx.core.http.HttpServer, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/http/HttpServer;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 119
            aload 0
            aload 1 /* promise */
            invokeinterface io.vertx.core.http.HttpServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  promise  Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServer;>;

  private static void lambda$7(io.vertx.core.net.NetServer, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/net/NetServer;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 121
            aload 0
            aload 1 /* promise */
            invokeinterface io.vertx.core.net.NetServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  promise  Lio/vertx/core/Promise<Lio/vertx/core/net/NetServer;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 124
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            pop
         1: .line 129
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;

  private static void lambda$9(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 138
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            pop
         1: .line 143
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 152
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            pop
         1: .line 157
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;

  private static void lambda$11(io.vertx.core.file.FileSystem, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 168
            aload 0
            ldc "/foo"
            aload 1 /* promise */
            invokeinterface io.vertx.core.file.FileSystem.createFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;

  private static io.vertx.core.Future lambda$12(io.vertx.core.file.FileSystem, java.lang.Void);
    descriptor: (Lio/vertx/core/file/FileSystem;Ljava/lang/Void;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 173
            aload 0
            invokedynamic handle(Lio/vertx/core/file/FileSystem;)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
                  examples/CoreExamples.lambda$13(Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private static io.vertx.core.Future lambda$14(io.vertx.core.file.FileSystem, java.lang.Void);
    descriptor: (Lio/vertx/core/file/FileSystem;Ljava/lang/Void;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 177
            aload 0
            invokedynamic handle(Lio/vertx/core/file/FileSystem;)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
                  examples/CoreExamples.lambda$15(Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private static void lambda$16(java.lang.String, io.vertx.core.Vertx, io.vertx.core.eventbus.Message);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 2 // io.vertx.core.eventbus.Message msg
         0: .line 197
            aload 1
            aload 0
            invokedynamic handle(Ljava/lang/String;)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
                  examples/CoreExamples.lambda$17(Ljava/lang/String;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         1: .line 200
            iconst_0
            invokedynamic handle()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
                  examples/CoreExamples.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         2: .line 197
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 203
            return
        end local 2 // io.vertx.core.eventbus.Message msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     2   msg  Lio/vertx/core/eventbus/Message<Ljava/lang/Object;>;

  private static void lambda$19(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 235
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 236
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Deployment id is: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 237
            goto 4
         3: .line 238
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Deployment failed!"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 245
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 246
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Undeployed ok"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 247
            goto 4
         3: .line 248
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Undeploy failed!"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 250
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$21(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long id
         0: .line 274
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "And one second later this is printed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 275
            return
        end local 0 // java.lang.Long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    id  Ljava/lang/Long;

  private static void lambda$22(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long id
         0: .line 282
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "And every second this is printed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 283
            return
        end local 0 // java.lang.Long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    id  Ljava/lang/Long;

  private static void lambda$23(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 323
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "This will be executed asynchronously in the same context"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 324
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$24(io.vertx.core.Context, java.lang.Void);
    descriptor: (Lio/vertx/core/Context;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 331
            aload 0
            ldc "data"
            invokeinterface io.vertx.core.Context.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            pop
         1: .line 332
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;

  private static void lambda$25(io.vertx.core.net.NetSocket);
    descriptor: (Lio/vertx/core/net/NetSocket;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetSocket so
         0: .line 397
            return
        end local 0 // io.vertx.core.net.NetSocket so
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    so  Lio/vertx/core/net/NetSocket;

  private static void lambda$26(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerRequest req
         0: .line 403
            return
        end local 0 // io.vertx.core.http.HttpServerRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   req  Lio/vertx/core/http/HttpServerRequest;

  private static void lambda$27(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 404
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifne 2
         1: .line 407
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
         2: .line 409
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServer;>;

  private static void lambda$28(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 420
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifne 2
         1: .line 423
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
         2: .line 425
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/NetSocket;>;

  private static void lambda$29(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientResponse resp
         0: .line 437
            return
        end local 0 // io.vertx.core.http.HttpClientResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  resp  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$13(io.vertx.core.file.FileSystem, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 173
            aload 0
            ldc "/foo"
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            aload 1 /* promise */
            invokeinterface io.vertx.core.file.FileSystem.writeFile:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;

  private static void lambda$15(io.vertx.core.file.FileSystem, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/file/FileSystem;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 177
            aload 0
            ldc "/foo"
            ldc "/bar"
            aload 1 /* promise */
            invokeinterface io.vertx.core.file.FileSystem.move:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;

  private static void lambda$17(java.lang.String, io.vertx.core.Promise);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise promise
         0: .line 199
            aload 1 /* promise */
            aload 0
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 200
            return
        end local 1 // io.vertx.core.Promise promise
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     1  promise  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 202
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;
}
SourceFile: "CoreExamples.java"
NestMembers:
  examples.CoreExamples$BlockingAPI  examples.CoreExamples$MyVerticle
InnerClasses:
  BlockingAPI = examples.CoreExamples$BlockingAPI of examples.CoreExamples
  MyVerticle = examples.CoreExamples$MyVerticle of examples.CoreExamples
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles