vertx / io.vertx.rxjava.ext.consul / ConsulClient / listNodeSessionsWithOptions

listNodeSessionsWithOptions

open fun listNodeSessionsWithOptions(nodeId: String, options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<SessionList>>): ConsulClient

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

Parameters

nodeId - the ID of node

options - the blocking options

resultHandler - will be provided with list of sessions

Return
reference to this, for fluency