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

healthChecksWithOptions

open fun healthChecksWithOptions(service: String, options: CheckQueryOptions, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient

Returns the checks associated with the service

Parameters

service - the service name

options - options used to request checks

resultHandler - will be provided with list of checks

Return
reference to this, for fluency