suspend fun ConsulClient.healthServiceNodesWithOptionsAwait(service: String, passing: Boolean, options: ServiceQueryOptions): ServiceEntryList
Suspending version of method io.vertx.ext.consul.ConsulClient.healthServiceNodesWithOptions
passing
- if true, filter results to only nodes with all checks in the passing state
options
- options used to request services
Return
NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.