vertx / io.vertx.rxjava.core.dns / DnsClient / rxResolvePTR

rxResolvePTR

open fun rxResolvePTR(name: String): Single<String>

Try to resolve the PTR record for the given name.

Parameters

name - the name to resolve the PTR for

Return