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

resolveTXTAwait

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

Try to resolve the TXT records for the given name.

Parameters

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

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