public interface io.vertx.servicediscovery.types.HttpEndpoint extends io.vertx.servicediscovery.spi.ServiceType
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.servicediscovery.types.HttpEndpoint
  super_class: java.lang.Object
{
  public static final java.lang.String TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http-endpoint"

  public static io.vertx.servicediscovery.Record createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.lang.String name
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // java.lang.String root
        start local 4 // io.vertx.core.json.JsonObject metadata
         0: .line 55
            aload 0 /* name */
            iconst_0
            aload 1 /* host */
            iload 2 /* port */
            aload 3 /* root */
            aload 4 /* metadata */
            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;
            areturn
        end local 4 // io.vertx.core.json.JsonObject metadata
        end local 3 // java.lang.String root
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      name  Ljava/lang/String;
            0    1     1      host  Ljava/lang/String;
            0    1     2      port  I
            0    1     3      root  Ljava/lang/String;
            0    1     4  metadata  Lio/vertx/core/json/JsonObject;
    MethodParameters:
          Name  Flags
      name      
      host      
      port      
      root      
      metadata  

  public static io.vertx.servicediscovery.Record createRecord(java.lang.String, boolean, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;ZLjava/lang/String;ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // java.lang.String name
        start local 1 // boolean ssl
        start local 2 // java.lang.String host
        start local 3 // int port
        start local 4 // java.lang.String root
        start local 5 // io.vertx.core.json.JsonObject metadata
         0: .line 71
            aload 0 /* name */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 72
            aload 2 /* host */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 73
            aload 4 /* root */
            ifnonnull 4
         3: .line 74
            ldc "/"
            astore 4 /* root */
         4: .line 76
      StackMap locals:
      StackMap stack:
            new io.vertx.servicediscovery.Record
            dup
            invokespecial io.vertx.servicediscovery.Record.<init>:()V
            aload 0 /* name */
            invokevirtual io.vertx.servicediscovery.Record.setName:(Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
         5: .line 77
            ldc "http-endpoint"
            invokevirtual io.vertx.servicediscovery.Record.setType:(Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
         6: .line 78
            new io.vertx.servicediscovery.types.HttpLocation
            dup
            invokespecial io.vertx.servicediscovery.types.HttpLocation.<init>:()V
         7: .line 79
            iload 1 /* ssl */
            invokevirtual io.vertx.servicediscovery.types.HttpLocation.setSsl:(Z)Lio/vertx/servicediscovery/types/HttpLocation;
            aload 2 /* host */
            invokevirtual io.vertx.servicediscovery.types.HttpLocation.setHost:(Ljava/lang/String;)Lio/vertx/servicediscovery/types/HttpLocation;
            iload 3 /* port */
            invokevirtual io.vertx.servicediscovery.types.HttpLocation.setPort:(I)Lio/vertx/servicediscovery/types/HttpLocation;
            aload 4 /* root */
            invokevirtual io.vertx.servicediscovery.types.HttpLocation.setRoot:(Ljava/lang/String;)Lio/vertx/servicediscovery/types/HttpLocation;
            invokevirtual io.vertx.servicediscovery.types.HttpLocation.toJson:()Lio/vertx/core/json/JsonObject;
         8: .line 78
            invokevirtual io.vertx.servicediscovery.Record.setLocation:(Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
         9: .line 76
            astore 6 /* record */
        start local 6 // io.vertx.servicediscovery.Record record
        10: .line 81
            aload 5 /* metadata */
            ifnull 12
        11: .line 82
            aload 6 /* record */
            aload 5 /* metadata */
            invokevirtual io.vertx.servicediscovery.Record.setMetadata:(Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
            pop
        12: .line 85
      StackMap locals: io.vertx.servicediscovery.Record
      StackMap stack:
            aload 6 /* record */
            areturn
        end local 6 // io.vertx.servicediscovery.Record record
        end local 5 // io.vertx.core.json.JsonObject metadata
        end local 4 // java.lang.String root
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // boolean ssl
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      name  Ljava/lang/String;
            0   13     1       ssl  Z
            0   13     2      host  Ljava/lang/String;
            0   13     3      port  I
            0   13     4      root  Ljava/lang/String;
            0   13     5  metadata  Lio/vertx/core/json/JsonObject;
           10   13     6    record  Lio/vertx/servicediscovery/Record;
    MethodParameters:
          Name  Flags
      name      
      ssl       
      host      
      port      
      root      
      metadata  

  public static io.vertx.servicediscovery.Record createRecord(java.lang.String, java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)Lio/vertx/servicediscovery/Record;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.lang.String name
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // java.lang.String root
         0: .line 98
            aload 0 /* name */
            aload 1 /* host */
            iload 2 /* port */
            aload 3 /* root */
            aconst_null
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.createRecord:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
            areturn
        end local 3 // java.lang.String root
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
            0    1     1  host  Ljava/lang/String;
            0    1     2  port  I
            0    1     3  root  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
      host  
      port  
      root  

  public static io.vertx.servicediscovery.Record createRecord(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.String host
         0: .line 110
            aload 0 /* name */
            aload 1 /* host */
            bipush 80
            ldc "/"
            aconst_null
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.createRecord:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
            areturn
        end local 1 // java.lang.String host
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
            0    1     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
      host  

  public static void getClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 123
            aload 0 /* discovery */
            aload 1 /* filter */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 124
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      resultHandler  

  public static io.vertx.core.Future<io.vertx.core.http.HttpClient> getClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 130
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;)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/servicediscovery/types/HttpEndpoint.lambda$0(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/core/http/HttpClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     

  public static void getWebClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.WebClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 149
            aload 0 /* discovery */
            aload 1 /* filter */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getWebClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 150
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      resultHandler  

  public static io.vertx.core.Future<io.vertx.ext.web.client.WebClient> getWebClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 156
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;)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/servicediscovery/types/HttpEndpoint.lambda$1(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/ext/web/client/WebClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     

  public static void getClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.json.JsonObject conf
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 177
            aload 0 /* discovery */
            aload 1 /* filter */
            aload 2 /* conf */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 178
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2           conf  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      conf           
      resultHandler  

  public static io.vertx.core.Future<io.vertx.core.http.HttpClient> getClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.json.JsonObject conf
         0: .line 184
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            aload 2 /* conf */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)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/servicediscovery/types/HttpEndpoint.lambda$2(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Lio/vertx/core/json/JsonObject;
            0    1     2       conf  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/core/http/HttpClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     
      conf       

  public static void getWebClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.WebClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.json.JsonObject conf
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 205
            aload 0 /* discovery */
            aload 1 /* filter */
            aload 2 /* conf */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getWebClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 206
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2           conf  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      conf           
      resultHandler  

  public static io.vertx.core.Future<io.vertx.ext.web.client.WebClient> getWebClient(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.json.JsonObject conf
         0: .line 212
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            aload 2 /* conf */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)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/servicediscovery/types/HttpEndpoint.lambda$3(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Lio/vertx/core/json/JsonObject;
            0    1     2       conf  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/ext/web/client/WebClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     
      conf       

  public static void getClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 231
            aload 0 /* discovery */
            aload 1 /* filter */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 232
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      resultHandler  

  public static io.vertx.core.Future<io.vertx.core.http.HttpClient> getClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
         0: .line 238
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;)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/servicediscovery/types/HttpEndpoint.lambda$4(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)Lio/vertx/core/Future<Lio/vertx/core/http/HttpClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     

  public static void getWebClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.WebClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 257
            aload 0 /* discovery */
            aload 1 /* filter */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getWebClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 258
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      resultHandler  

  public static io.vertx.core.Future<io.vertx.ext.web.client.WebClient> getWebClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
         0: .line 264
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;)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/servicediscovery/types/HttpEndpoint.lambda$5(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)Lio/vertx/core/Future<Lio/vertx/ext/web/client/WebClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     

  public static void getClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.json.JsonObject conf
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 285
            aload 0 /* discovery */
            aload 1 /* filter */
            aload 2 /* conf */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 286
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2           conf  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      conf           
      resultHandler  

  public static io.vertx.core.Future<io.vertx.core.http.HttpClient> getClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.json.JsonObject conf
         0: .line 292
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            aload 2 /* conf */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)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/servicediscovery/types/HttpEndpoint.lambda$6(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    1     2       conf  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/core/http/HttpClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     
      conf       

  public static void getWebClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.WebClient>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.json.JsonObject conf
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 313
            aload 0 /* discovery */
            aload 1 /* filter */
            aload 2 /* conf */
            invokestatic io.vertx.servicediscovery.types.HttpEndpoint.getWebClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 314
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2           conf  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/WebClient;>;>;)V
    MethodParameters:
               Name  Flags
      discovery      
      filter         
      conf           
      resultHandler  

  public static io.vertx.core.Future<io.vertx.ext.web.client.WebClient> getWebClient(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.json.JsonObject conf
         0: .line 320
            aload 0 /* discovery */
            aload 1 /* filter */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 0 /* discovery */
            aload 2 /* conf */
            invokedynamic apply(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)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/servicediscovery/types/HttpEndpoint.lambda$7(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future; (6 itf)
                  (Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.json.JsonObject conf
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    1     1     filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    1     2       conf  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Lio/vertx/ext/web/client/WebClient;>;
    MethodParameters:
           Name  Flags
      discovery  
      filter     
      conf       

  private static io.vertx.core.Future lambda$0(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.servicediscovery.Record res
         0: .line 131
            aload 1 /* res */
            ifnonnull 2
         1: .line 132
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$1(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.servicediscovery.Record res
         0: .line 157
            aload 1 /* res */
            ifnonnull 2
         1: .line 158
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.client.WebClient
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$2(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.servicediscovery.Record res
         0: .line 185
            aload 2 /* res */
            ifnonnull 2
         1: .line 186
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* res */
            aload 1
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$3(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.servicediscovery.Record res
         0: .line 213
            aload 2 /* res */
            ifnonnull 2
         1: .line 214
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 216
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* res */
            aload 1
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            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
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$4(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.servicediscovery.Record res
         0: .line 239
            aload 1 /* res */
            ifnonnull 2
         1: .line 240
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$5(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.servicediscovery.Record res
         0: .line 265
            aload 1 /* res */
            ifnonnull 2
         1: .line 266
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 268
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            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
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$6(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.servicediscovery.Record res
         0: .line 293
            aload 2 /* res */
            ifnonnull 2
         1: .line 294
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* res */
            aload 1
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2   res  Lio/vertx/servicediscovery/Record;

  private static io.vertx.core.Future lambda$7(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.json.JsonObject, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/servicediscovery/Record;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.servicediscovery.Record res
         0: .line 321
            aload 2 /* res */
            ifnonnull 2
         1: .line 322
            ldc "No matching records"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 324
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* res */
            aload 1
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            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
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.servicediscovery.Record res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2   res  Lio/vertx/servicediscovery/Record;
}
SourceFile: "HttpEndpoint.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()