open fun listNodeSessions(nodeId: String, resultHandler: Handler<AsyncResult<SessionList>>): ConsulClient
Returns the active sessions for a given node
nodeId - the ID of node
nodeId
resultHandler - will be provided with list of sessions
resultHandler
Return reference to this, for fluency