Uses of Class
io.vertx.mutiny.core.dns.MxRecord
Packages that use MxRecord
-
Uses of MxRecord in io.vertx.mutiny.core.dns
Fields in io.vertx.mutiny.core.dns with type parameters of type MxRecordMethods in io.vertx.mutiny.core.dns that return MxRecordModifier and TypeMethodDescriptionstatic MxRecordMxRecord.newInstance(io.vertx.core.dns.MxRecord arg) Methods in io.vertx.mutiny.core.dns that return types with arguments of type MxRecordModifier and TypeMethodDescriptionTry to resolve the MX records for the given name.DnsClient.resolveMXAndAwait(String name) Blocking variant ofDnsClient.resolveMX(String).