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