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

rxHealthStateWithOptions

open fun rxHealthStateWithOptions(checkStatus: CheckStatus, options: CheckQueryOptions): Single<CheckList>

Returns the checks in the specified status

Parameters

checkStatus - the check status

options - options used to request checks

Return