open static fun create(vertx: Vertx): ConsulClient
Create a Consul client with default options.
vertx - the Vert.x instance
vertx
Return the client
open static fun create(vertx: Vertx, options: ConsulClientOptions): ConsulClient
Create a Consul client.
options - the options
options