vertx / io.vertx.kotlin.core.dns / io.vertx.core.dns.DnsClient / resolveSRVAwait

resolveSRVAwait

suspend fun DnsClient.resolveSRVAwait(name: String): List<SrvRecord>

Try to resolve the SRV records for the given name.

Parameters

name - the name for which the SRV records should be resolved

Return
a reference to this, so the API can be used fluently. *