vertx / io.vertx.rxjava.ext.consul / ConsulClient / listAclTokens

listAclTokens

open fun listAclTokens(resultHandler: Handler<AsyncResult<MutableList<AclToken>>>): ConsulClient

Get list of Acl token

Parameters

resultHandler - will be provided with list of tokens

Return
reference to this, for fluency