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

localChecks

open fun localChecks(resultHandler: Handler<AsyncResult<MutableList<Check>>>): ConsulClient

Return all the checks that are registered with the local agent.

Parameters

resultHandler - will be provided with list of checks

Return
reference to this, for fluency