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

resolveMXAwait

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

Try to resolve the MX records for the given name.

Parameters

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

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