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

catalogServiceNodesAwait

suspend fun ConsulClient.catalogServiceNodesAwait(service: String): ServiceList

Returns the nodes providing a service

Parameters

service - name of service

Return
reference to this, for fluency *