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

catalogServiceNodesWithOptionsAwait

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

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogServiceNodesWithOptions

Parameters

service - name of service

options - options used to request services

Return

ServiceList

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.