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

resultHandler - will be provided with list of nodes providing given service

Returnreference
to this, for fluency *