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

catalogServicesWithOptionsAwait

suspend fun ConsulClient.catalogServicesWithOptionsAwait(options: BlockingQueryOptions): ServiceList

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

Parameters

options - the blocking options

resultHandler - will be provided with list of services

Returnreference
to this, for fluency *