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
options - the blocking options
resultHandler - will be provided with list of services
Return
reference to this, for fluency