vertx / io.vertx.reactivex.ext.consul / ConsulClient / listSessions

listSessions

open fun listSessions(resultHandler: Handler<AsyncResult<SessionList>>): ConsulClient

Returns the active sessions

Parameters

resultHandler - will be provided with list of sessions

Return
reference to this, for fluency