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

healthChecks

open fun healthChecks(service: String, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient

Returns the checks associated with the service

Parameters

service - the service name

resultHandler - will be provided with list of checks

Return
reference to this, for fluency