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

rxResolveSRV

open fun rxResolveSRV(name: String): Single<MutableList<SrvRecord>>

Try to resolve the SRV records for the given name.

Parameters

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

Return