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

resolveSRVAwait

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

Suspending version of method io.vertx.core.dns.DnsClient.resolveSRV

Parameters

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

Return

List

NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.