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

resolveAAAAAwait

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

Try to resolve all AAAA (ipv6) records for the given name.

Parameters

name - the name to resolve

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