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

resolveAAwait

suspend fun DnsClient.resolveAAwait(name: String): List<String>

Try to resolve all A (ipv4) records for the given name.

Parameters

name - the name to resolve

Return
a reference to this, so the API can be used fluently *