suspend fun ConsulClient.getKeysWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): List<String>
Returns the list of keys that corresponding to the specified key prefix.
options
- the blocking options
resultHandler
- will be provided with keys list
Returnreference
to this, for fluency *