suspend fun DnsClient.resolveCNAMEAwait(name: String): List<String>
Suspending version of method io.vertx.core.dns.DnsClient.resolveCNAME
name
- the name to resolve the CNAME for
Return
NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.