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

resolveNSAwait

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

Try to resolve the NS records for the given name.

Parameters

name - the name for which the NS records should be resolved

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