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

listNodeSessionsAwait

suspend fun ConsulClient.listNodeSessionsAwait(nodeId: String): SessionList

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

Parameters

nodeId - the ID of node

Return

SessionList

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