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

listNodeSessionsWithOptionsAwait

suspend fun ConsulClient.listNodeSessionsWithOptionsAwait(nodeId: String, options: BlockingQueryOptions): SessionList

Returns the active sessions for a given node This is blocking query unlike io.vertx.ext.consul.ConsulClient

Parameters

nodeId - the ID of node

options - the blocking options

resultHandler - will be provided with list of sessions

Returnreference
to this, for fluency *