suspend fun DnsClient.reverseLookupAwait(ipaddress: String): String?
Suspending version of method io.vertx.core.dns.DnsClient.reverseLookup
ipaddress
- the IP address to resolve the PTR for
Return
NOTE: This function has been automatically generated from io.vertx.core.dns.DnsClient using Vert.x codegen.