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

reverseLookupAwait

suspend fun DnsClient.reverseLookupAwait(ipaddress: String): String?

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

Parameters

ipaddress - the IP address to resolve the PTR for

Return

String?

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