JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
io.vertx.core.dns.MxRecord
Packages that use
MxRecord
Package
Description
io.vertx.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.