vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / listAclTokensAwait

listAclTokensAwait

suspend fun ConsulClient.listAclTokensAwait(): List<AclToken>

Get list of Acl token

Parameters

resultHandler - will be provided with list of tokens

Returnreference
to this, for fluency *