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

rxResolveTXT

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

Try to resolve the TXT records for the given name.

Parameters

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

Return