object HttpEndpoint
suspend fun getClientAwait(discovery: ServiceDiscovery, filter: JsonObject): HttpClient suspend fun getClientAwait(discovery: ServiceDiscovery, filter: JsonObject, conf: JsonObject): HttpClient suspend fun getClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean): HttpClient suspend fun getClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean, conf: JsonObject): HttpClient
Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getClient |
|
suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject): WebClient suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: JsonObject, conf: JsonObject): WebClient suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean): WebClient suspend fun getWebClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean, conf: JsonObject): WebClient
Suspending version of method io.vertx.servicediscovery.types.HttpEndpoint.getWebClient |