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

catalogServiceNodesWithOptionsAwait

suspend fun ConsulClient.catalogServiceNodesWithOptionsAwait(service: String, options: ServiceQueryOptions): ServiceList

Returns the nodes providing a service

Parameters

service - name of service

options - options used to request services

Return
reference to this, for fluency *