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

catalogNodeServicesWithOptionsAwait

suspend fun ConsulClient.catalogNodeServicesWithOptionsAwait(node: String, options: BlockingQueryOptions): ServiceList

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

Parameters

node - node name

options - the blocking options

Return

ServiceList

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