Uses of Class
io.vertx.mutiny.core.dns.MxRecord
-
Packages that use MxRecord Package Description io.vertx.mutiny.core.dns -
-
Uses of MxRecord in io.vertx.mutiny.core.dns
Fields in io.vertx.mutiny.core.dns with type parameters of type MxRecord Modifier and Type Field Description static TypeArg<MxRecord>
MxRecord. __TYPE_ARG
Methods in io.vertx.mutiny.core.dns that return MxRecord Modifier and Type Method Description static MxRecord
MxRecord. newInstance(io.vertx.core.dns.MxRecord arg)
Methods in io.vertx.mutiny.core.dns that return types with arguments of type MxRecord Modifier and Type Method Description io.smallrye.mutiny.Uni<List<MxRecord>>
DnsClient. resolveMX(String name)
Try to resolve the MX records for the given name.List<MxRecord>
DnsClient. resolveMXAndAwait(String name)
Blocking variant ofDnsClient.resolveMX(String)
.
-