vertx / io.vertx.rxjava.ext.consul / ConsulClient / catalogServicesWithOptions

catalogServicesWithOptions

open fun catalogServicesWithOptions(options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<ServiceList>>): ConsulClient

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

Parameters

options - the blocking options

resultHandler - will be provided with list of services

Return
reference to this, for fluency