vertx / io.vertx.kotlin.servicediscovery.types / HttpEndpoint / getWebClientAwait

getWebClientAwait

suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject): WebClient

Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getWebClient

Parameters

discovery - The service discovery instance

filter - The filter, optional

Return

WebClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.HttpEndpoint using Vert.x codegen.

suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject, conf: JsonObject): WebClient

Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getWebClient

Parameters

discovery - The service discovery instance

filter - The filter, optional

conf - the configuration of the client

Return

WebClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.HttpEndpoint using Vert.x codegen.

suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean): WebClient

Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getWebClient

Parameters

discovery - The service discovery instance

filter - The filter

Return

WebClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.HttpEndpoint using Vert.x codegen.

suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean, conf: JsonObject): WebClient

Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getWebClient

Parameters

discovery - The service discovery instance

filter - The filter

conf - the configuration of the client

Return

WebClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.HttpEndpoint using Vert.x codegen.