vertx / io.vertx.rxjava.ext.web.client / WebClient / create

create

open static fun create(vertx: Vertx): WebClient

Create a web client using the provided vertx instance and default options.

Parameters

vertx - the vertx instance

Return
the created web client

open static fun create(vertx: Vertx, options: WebClientOptions): WebClient

Create a web client using the provided vertx instance.

Parameters

vertx - the vertx instance

options - the Web Client options

Return
the created web client