suspend fun ConsulClient.catalogServiceNodesWithOptionsAwait(service: String, options: ServiceQueryOptions): ServiceList
Returns the nodes providing a service
options
- options used to request services
resultHandler
- will be provided with list of nodes providing given service
Returnreference
to this, for fluency *