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.reactivex.ext.consul.ConsulClient#listNodeSessions
options - the blocking options
resultHandler - will be provided with list of sessions
Return
reference to this, for fluency