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

resolvePTRAwait

suspend fun DnsClient.resolvePTRAwait(name: String): String?

Try to resolve the PTR record for the given name.

Parameters

name - the name to resolve the PTR for

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