suspend fun ConsulClient.healthChecksWithOptionsAwait(service: String, options: CheckQueryOptions): CheckList
Returns the checks associated with the service
options
- options used to request checks
resultHandler
- will be provided with list of checks
Returnreference
to this, for fluency *