suspend fun ConsulClient.healthStateWithOptionsAwait(healthState: HealthState, options: CheckQueryOptions): CheckList
Returns the checks in the specified status
healthState
- the health state
options
- options used to request checks
resultHandler
- will be provided with list of checks
Returnreference
to this, for fluency *