public class examples.RedisExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.RedisExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.RedisExamples this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/RedisExamples;

  public void example1(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.RedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 18
            aload 1 /* vertx */
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
         1: .line 19
            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/RedisExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         2: .line 24
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/RedisExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(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.RedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 27
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
         1: .line 28
            ldc "abracadabra"
            invokevirtual io.vertx.redis.client.RedisOptions.setPassword:(Ljava/lang/String;)Lio/vertx/redis/client/RedisOptions;
         2: .line 29
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.redis.client.RedisOptions.setSelect:(Ljava/lang/Integer;)Lio/vertx/redis/client/RedisOptions;
         3: .line 27
            astore 2 /* options */
        start local 2 // io.vertx.redis.client.RedisOptions options
         4: .line 31
            aload 1 /* vertx */
            aload 2 /* options */
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
         5: .line 32
            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/RedisExamples.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         6: .line 37
            return
        end local 2 // io.vertx.redis.client.RedisOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lexamples/RedisExamples;
            0    7     1    vertx  Lio/vertx/core/Vertx;
            4    7     2  options  Lio/vertx/redis/client/RedisOptions;
    MethodParameters:
       Name  Flags
      vertx  

  public void example3(io.vertx.redis.client.Redis);
    descriptor: (Lio/vertx/redis/client/Redis;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.RedisExamples this
        start local 1 // io.vertx.redis.client.Redis client
         0: .line 40
            aload 1 /* client */
            invokestatic io.vertx.redis.client.RedisAPI.api:(Lio/vertx/redis/client/Redis;)Lio/vertx/redis/client/RedisAPI;
            astore 2 /* redis */
        start local 2 // io.vertx.redis.client.RedisAPI redis
         1: .line 42
            aload 2 /* redis */
            ldc "mykey"
            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/RedisExamples.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.RedisAPI.get:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         2: .line 47
            return
        end local 2 // io.vertx.redis.client.RedisAPI redis
        end local 1 // io.vertx.redis.client.Redis client
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lexamples/RedisExamples;
            0    3     1  client  Lio/vertx/redis/client/Redis;
            1    3     2   redis  Lio/vertx/redis/client/RedisAPI;
    MethodParameters:
        Name  Flags
      client  

  public void example4(io.vertx.redis.client.Response);
    descriptor: (Lio/vertx/redis/client/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.RedisExamples this
        start local 1 // io.vertx.redis.client.Response response
         0: .line 51
            aload 1 /* response */
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            getstatic io.vertx.redis.client.ResponseType.MULTI:Lio/vertx/redis/client/ResponseType;
            if_acmpne 4
         1: .line 52
            aload 1 /* response */
            invokeinterface io.vertx.redis.client.Response.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            pop
      StackMap locals:
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         4: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.redis.client.Response response
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lexamples/RedisExamples;
            0    5     1  response  Lio/vertx/redis/client/Response;
    MethodParameters:
          Name  Flags
      response  

  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.RedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 60
            aload 1 /* vertx */
         1: .line 61
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
         2: .line 62
            getstatic io.vertx.redis.client.RedisClientType.SENTINEL:Lio/vertx/redis/client/RedisClientType;
            invokevirtual io.vertx.redis.client.RedisOptions.setType:(Lio/vertx/redis/client/RedisClientType;)Lio/vertx/redis/client/RedisOptions;
         3: .line 63
            sipush 5000
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         4: .line 64
            sipush 5001
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         5: .line 65
            sipush 5002
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         6: .line 66
            ldc "sentinel7000"
            invokevirtual io.vertx.redis.client.RedisOptions.setMasterName:(Ljava/lang/String;)Lio/vertx/redis/client/RedisOptions;
         7: .line 67
            getstatic io.vertx.redis.client.RedisRole.MASTER:Lio/vertx/redis/client/RedisRole;
            invokevirtual io.vertx.redis.client.RedisOptions.setRole:(Lio/vertx/redis/client/RedisRole;)Lio/vertx/redis/client/RedisOptions;
         8: .line 59
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
         9: .line 68
            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/RedisExamples.lambda$3(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        10: .line 76
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lexamples/RedisExamples;
            0   11     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example6();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.RedisExamples this
         0: .line 79
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
         1: .line 80
            sipush 7000
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         2: .line 81
            sipush 7001
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         3: .line 82
            sipush 7002
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         4: .line 83
            sipush 7003
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         5: .line 84
            sipush 7004
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
         6: .line 85
            sipush 7005
            ldc "127.0.0.1"
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.redis.client.RedisOptions.addEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
            pop
         7: .line 86
            return
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lexamples/RedisExamples;

  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.RedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 90
            aload 1 /* vertx */
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
         1: .line 91
            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/RedisExamples.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         2: .line 100
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/RedisExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example8(io.vertx.redis.client.Redis);
    descriptor: (Lio/vertx/redis/client/Redis;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.RedisExamples this
        start local 1 // io.vertx.redis.client.Redis redis
         0: .line 104
            aload 1 /* redis */
            getstatic io.vertx.redis.client.Command.PUBLISH:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            ldc "channel1"
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            ldc "Hello World!"
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            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/RedisExamples.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 109
            return
        end local 1 // io.vertx.redis.client.Redis redis
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/RedisExamples;
            0    2     1  redis  Lio/vertx/redis/client/Redis;
    MethodParameters:
       Name  Flags
      redis  

  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.RedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 113
            aload 1 /* vertx */
            ldc "/tmp/redis.sock"
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/Redis;
         1: .line 114
            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/RedisExamples.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         2: .line 119
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/RedisExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example10();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // examples.RedisExamples this
         0: .line 177
            return
        end local 0 // examples.RedisExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/RedisExamples;

  private static void lambda$0(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 onConnect
         0: .line 20
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 21
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            pop
         2: .line 23
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult onConnect
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  onConnect  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private static void lambda$1(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 onConnect
         0: .line 33
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 34
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            pop
         2: .line 36
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult onConnect
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  onConnect  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private static void lambda$2(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 res
         0: .line 43
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            pop
         1: .line 46
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  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=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult onConnect
         0: .line 71
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
         1: .line 72
            getstatic io.vertx.redis.client.Command.INFO:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            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/RedisExamples.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         2: .line 75
            return
        end local 0 // io.vertx.core.AsyncResult onConnect
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  onConnect  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  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=2, locals=2, args_size=1
        start local 0 // io.vertx.core.AsyncResult onConnect
         0: .line 92
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 93
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            astore 1 /* client */
        start local 1 // io.vertx.redis.client.Redis client
         2: .line 95
            aload 1 /* client */
            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/RedisExamples.lambda$6(Lio/vertx/redis/client/Response;)V (6)
                  (Lio/vertx/redis/client/Response;)V
            invokeinterface io.vertx.redis.client.Redis.handler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        end local 1 // io.vertx.redis.client.Redis client
         3: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult onConnect
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0  onConnect  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;
            2    3     1     client  Lio/vertx/redis/client/Redis;

  private static void lambda$7(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 res
         0: .line 105
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            pop
         1: .line 108
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  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 onConnect
         0: .line 115
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 116
            aload 0 /* onConnect */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            pop
         2: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult onConnect
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  onConnect  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private static void lambda$4(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 info
         0: .line 74
            return
        end local 0 // io.vertx.core.AsyncResult info
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  info  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$6(io.vertx.redis.client.Response);
    descriptor: (Lio/vertx/redis/client/Response;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response message
         0: .line 97
            return
        end local 0 // io.vertx.redis.client.Response message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  message  Lio/vertx/redis/client/Response;
}
SourceFile: "RedisExamples.java"
NestMembers:
  examples.RedisExamples$1RedisVerticle
InnerClasses:
  RedisVerticle = examples.RedisExamples$1RedisVerticle
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles