open fun catalogNodeServicesWithOptions(node: String, options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<ServiceList>>): ConsulClient
Returns the node's registered services This is blocking query unlike io.vertx.reactivex.ext.consul.ConsulClient#catalogNodeServices
options - the blocking options
resultHandler - will be provided with list of services
Return
reference to this, for fluency