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

localServicesAwait

suspend fun ConsulClient.localServicesAwait(): List<Service>

Returns list of services registered with the local agent.

Parameters

resultHandler - will be provided with list of services

Returnreference
to this, for fluency *