vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / catalogNodeServicesWithOptionsAwait

catalogNodeServicesWithOptionsAwait

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

Parameters

node - node name

options - the blocking options

resultHandler - will be provided with list of services

Returnreference
to this, for fluency *