suspend fun DnsClient.resolveSRVAwait(name: String): List<SrvRecord>
Suspending version of method io.vertx.core.dns.DnsClient.resolveSRV
name
- the name for which the SRV records should be resolved
Return
NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.