vertx / io.vertx.reactivex.core.dns / DnsClient / rxResolveCNAME

rxResolveCNAME

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

Try to resolve the CNAME record for the given name.

Parameters

name - the name to resolve the CNAME for

Return