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

listNodeSessions

open fun listNodeSessions(nodeId: String, resultHandler: Handler<AsyncResult<SessionList>>): ConsulClient

Returns the active sessions for a given node

Parameters

nodeId - the ID of node

resultHandler - will be provided with list of sessions

Return
reference to this, for fluency