vertx / io.vertx.reactivex.core.dns / DnsClient / rxResolveMX

rxResolveMX

open fun rxResolveMX(name: String): Single<MutableList<MxRecord>>

Try to resolve the MX records for the given name.

Parameters

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

Return