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

Return
reference to this, for fluency *