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

Return
reference to this, for fluency *