vertx / io.vertx.reactivex.ext.consul / ConsulClient / create

create

open static fun create(vertx: Vertx): ConsulClient

Create a Consul client with default options.

Parameters

vertx - the Vert.x instance

Return
the client

open static fun create(vertx: Vertx, options: ConsulClientOptions): ConsulClient

Create a Consul client.

Parameters

vertx - the Vert.x instance

options - the options

Return
the client