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

listNodeSessionsAwait

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

Returns the active sessions for a given node

Parameters

nodeId - the ID of node

resultHandler - will be provided with list of sessions

Returnreference
to this, for fluency *