Uses of Interface
io.vertx.core.dns.MxRecord
-
Packages that use MxRecord Package Description io.vertx.core.dns io.vertx.reactivex.core.dns io.vertx.rxjava3.core.dns -
-
Uses of MxRecord in io.vertx.core.dns
Methods in io.vertx.core.dns that return types with arguments of type MxRecord Modifier and Type Method Description Future<List<MxRecord>>
DnsClient. resolveMX(String name)
Try to resolve the MX records for the given name. -
Uses of MxRecord in io.vertx.reactivex.core.dns
Methods in io.vertx.reactivex.core.dns that return types with arguments of type MxRecord Modifier and Type Method Description Future<List<MxRecord>>
DnsClient. resolveMX(String name)
Try to resolve the MX records for the given name.Single<List<MxRecord>>
DnsClient. rxResolveMX(String name)
Try to resolve the MX records for the given name. -
Uses of MxRecord in io.vertx.rxjava3.core.dns
Methods in io.vertx.rxjava3.core.dns that return types with arguments of type MxRecord Modifier and Type Method Description Single<List<MxRecord>>
DnsClient. resolveMX(String name)
Try to resolve the MX records for the given name.Single<List<MxRecord>>
DnsClient. rxResolveMX(String name)
Try to resolve the MX records for the given name.
-