vertx / io.vertx.kotlin.core.dns / io.vertx.core.dns.DnsClient / lookup4Await

lookup4Await

suspend fun DnsClient.lookup4Await(name: String): String?

Suspending version of method io.vertx.core.dns.DnsClient.lookup4

Parameters

name - the name to resolve

Return

String?

NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.