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

rxResolveNS

open fun rxResolveNS(name: String): Single<MutableList<String>>

Try to resolve the NS records for the given name.

Parameters

name - the name for which the NS records should be resolved

Return