suspend fun DnsClient.resolveTXTAwait(name: String): List<String>
Suspending version of method io.vertx.core.dns.DnsClient.resolveTXT
name
- the name for which the TXT records should be resolved
Return
NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.