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