vertx / io.vertx.reactivex.ext.consul / ConsulClient / rxCatalogServicesWithOptions

rxCatalogServicesWithOptions

open fun rxCatalogServicesWithOptions(options: BlockingQueryOptions): Single<ServiceList>

Returns the services registered in a datacenter This is blocking query unlike io.vertx.reactivex.ext.consul.ConsulClient#catalogServices

Parameters

options - the blocking options

Return