suspend fun ConsulClient.catalogNodeServicesWithOptionsAwait(node: String, options: BlockingQueryOptions): ServiceList
Returns the node's registered services This is blocking query unlike io.vertx.ext.consul.ConsulClient
options
- the blocking options
resultHandler
- will be provided with list of services
Returnreference
to this, for fluency *