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