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

rxLookup

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

Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name. The first found will be used.

Parameters

name - the name to resolve

Return