public class examples.HTTPEndpointExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.HTTPEndpointExamples
  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.HTTPEndpointExamples this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/HTTPEndpointExamples;

  public void example1(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // examples.HTTPEndpointExamples this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
         0: .line 36
            ldc "some-http-service"
         1: .line 37
            ldc "localhost"
         2: .line 38
            sipush 8433
         3: .line 39
            ldc "/api"
         4: .line 35
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.createRecord:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)Lio/vertx/servicediscovery/Record;
            astore 2 /* record1 */
        start local 2 // io.vertx.servicediscovery.Record record1
         5: .line 42
            aload 1 /* discovery */
            aload 2 /* record1 */
            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/HTTPEndpointExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.publish:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         6: .line 47
            ldc "some-other-name"
         7: .line 48
            iconst_1
         8: .line 49
            ldc "localhost"
         9: .line 50
            sipush 8433
        10: .line 51
            ldc "/api"
        11: .line 52
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "some-metadata"
            ldc "some value"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
        12: .line 46
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.createRecord:(Ljava/lang/String;ZLjava/lang/String;ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
            pop
        13: .line 55
            return
        end local 2 // io.vertx.servicediscovery.Record record1
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lexamples/HTTPEndpointExamples;
            0   14     1  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            5   14     2    record1  Lio/vertx/servicediscovery/Record;
    MethodParameters:
           Name  Flags
      discovery  

  public void example2(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.HTTPEndpointExamples this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
         0: .line 59
            aload 1 /* discovery */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "name"
            ldc "some-http-service"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            aload 1 /* discovery */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;)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/HTTPEndpointExamples.lambda$1(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 77
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lexamples/HTTPEndpointExamples;
            0    2     1  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
           Name  Flags
      discovery  

  public void example2_webclient(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.HTTPEndpointExamples this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
         0: .line 81
            aload 1 /* discovery */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "name"
            ldc "some-http-service"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            aload 1 /* discovery */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;)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/HTTPEndpointExamples.lambda$5(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 100
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lexamples/HTTPEndpointExamples;
            0    2     1  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
           Name  Flags
      discovery  

  public void example3(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.HTTPEndpointExamples this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
         0: .line 104
            aload 1 /* discovery */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "name"
            ldc "some-http-service"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            aload 1 /* discovery */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;)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/HTTPEndpointExamples.lambda$7(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 119
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lexamples/HTTPEndpointExamples;
            0    2     1  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
           Name  Flags
      discovery  

  public void example3_webclient(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.HTTPEndpointExamples this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
         0: .line 122
            aload 1 /* discovery */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "name"
            ldc "some-http-service"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            aload 1 /* discovery */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;)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/HTTPEndpointExamples.lambda$11(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getWebClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 138
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // examples.HTTPEndpointExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lexamples/HTTPEndpointExamples;
            0    2     1  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
           Name  Flags
      discovery  

  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=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 44
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private static void lambda$1(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar1
         0: .line 60
            aload 1 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
            aload 1 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            ifnull 5
         1: .line 62
            aload 0
            aload 1 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.servicediscovery.Record
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            astore 2 /* reference */
        start local 2 // io.vertx.servicediscovery.ServiceReference reference
         2: .line 64
            aload 2 /* reference */
            ldc Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.servicediscovery.ServiceReference.getAs:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            astore 3 /* client */
        start local 3 // io.vertx.core.http.HttpClient client
         3: .line 67
            aload 3 /* client */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            ldc "/api/persons"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/Future;
            invokedynamic apply()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/HTTPEndpointExamples.lambda$2(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         4: .line 71
            aload 2 /* reference */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceReference;)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/HTTPEndpointExamples.lambda$4(Lio/vertx/servicediscovery/ServiceReference;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        end local 3 // io.vertx.core.http.HttpClient client
        end local 2 // io.vertx.servicediscovery.ServiceReference reference
         5: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar1
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     1        ar1  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;
            2    5     2  reference  Lio/vertx/servicediscovery/ServiceReference;
            3    5     3     client  Lio/vertx/core/http/HttpClient;

  private static void lambda$5(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 82
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            ifnull 6
         1: .line 84
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.servicediscovery.Record
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            astore 2 /* reference */
        start local 2 // io.vertx.servicediscovery.ServiceReference reference
         2: .line 86
            aload 2 /* reference */
            ldc Lio/vertx/ext/web/client/WebClient;
            invokeinterface io.vertx.servicediscovery.ServiceReference.getAs:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.client.WebClient
            astore 3 /* client */
        start local 3 // io.vertx.ext.web.client.WebClient client
         3: .line 89
            aload 3 /* client */
            ldc "/api/persons"
            invokeinterface io.vertx.ext.web.client.WebClient.get:(Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
         4: .line 90
            aload 2 /* reference */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceReference;)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/HTTPEndpointExamples.lambda$6(Lio/vertx/servicediscovery/ServiceReference;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         5: .line 89
            invokeinterface io.vertx.ext.web.client.HttpRequest.send:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.ext.web.client.WebClient client
        end local 2 // io.vertx.servicediscovery.ServiceReference reference
         6: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     1         ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;
            2    6     2  reference  Lio/vertx/servicediscovery/ServiceReference;
            3    6     3     client  Lio/vertx/ext/web/client/WebClient;

  private static void lambda$7(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 105
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 106
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            astore 2 /* client */
        start local 2 // io.vertx.core.http.HttpClient client
         2: .line 109
            aload 2 /* client */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            ldc "/api/persons"
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/Future;
            invokedynamic apply()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/HTTPEndpointExamples.lambda$8(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         3: .line 113
            aload 0
            aload 2 /* client */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/http/HttpClient;)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/HTTPEndpointExamples.lambda$10(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/http/HttpClient;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        end local 2 // io.vertx.core.http.HttpClient client
         4: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     1      ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;
            2    4     2  client  Lio/vertx/core/http/HttpClient;

  private static void lambda$11(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 123
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 124
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.client.WebClient
            astore 2 /* client */
        start local 2 // io.vertx.ext.web.client.WebClient client
         2: .line 127
            aload 2 /* client */
            ldc "/api/persons"
            invokeinterface io.vertx.ext.web.client.WebClient.get:(Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
         3: .line 128
            aload 0
            aload 2 /* client */
            invokedynamic handle(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/ext/web/client/WebClient;)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/HTTPEndpointExamples.lambda$12(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/ext/web/client/WebClient;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.client.HttpRequest.send:(Lio/vertx/core/Handler;)V
        end local 2 // io.vertx.ext.web.client.WebClient client
         4: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     1      ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;
            2    4     2  client  Lio/vertx/ext/web/client/WebClient;

  private static io.vertx.core.Future lambda$2(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest request
         0: .line 68
            aload 0 /* request */
         1: .line 69
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 70
            invokedynamic apply()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;
                  io/vertx/core/http/HttpClientResponse.body()Lio/vertx/core/Future; (9 itf)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  request  Lio/vertx/core/http/HttpClientRequest;

  private static void lambda$4(io.vertx.servicediscovery.ServiceReference, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceReference;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar2
         0: .line 73
            aload 0
            invokeinterface io.vertx.servicediscovery.ServiceReference.release:()V
         1: .line 74
            return
        end local 1 // io.vertx.core.AsyncResult ar2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1   ar2  Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;

  private static void lambda$6(io.vertx.servicediscovery.ServiceReference, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceReference;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult response
         0: .line 95
            aload 0
            invokeinterface io.vertx.servicediscovery.ServiceReference.release:()V
         1: .line 97
            return
        end local 1 // io.vertx.core.AsyncResult response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     1  response  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<Lio/vertx/core/buffer/Buffer;>;>;

  private static io.vertx.core.Future lambda$8(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientRequest request
         0: .line 110
            aload 0 /* request */
         1: .line 111
            invokeinterface io.vertx.core.http.HttpClientRequest.send:()Lio/vertx/core/Future;
         2: .line 112
            invokedynamic apply()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;
                  io/vertx/core/http/HttpClientResponse.body()Lio/vertx/core/Future; (9 itf)
                  (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.HttpClientRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  request  Lio/vertx/core/http/HttpClientRequest;

  private static void lambda$10(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.http.HttpClient, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/http/HttpClient;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult ar2
         0: .line 115
            aload 0
            aload 1
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.releaseServiceObject:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
         1: .line 116
            return
        end local 2 // io.vertx.core.AsyncResult ar2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2   ar2  Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;

  private static void lambda$12(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.ext.web.client.WebClient, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/ext/web/client/WebClient;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult response
         0: .line 133
            aload 0
            aload 1
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.releaseServiceObject:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
         1: .line 135
            return
        end local 2 // io.vertx.core.AsyncResult response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     2  response  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<Lio/vertx/core/buffer/Buffer;>;>;
}
SourceFile: "HTTPEndpointExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles