vertx / io.vertx.reactivex.ext.consul / ConsulClient / infoAclToken

infoAclToken

open fun infoAclToken(id: String, tokenHandler: Handler<AsyncResult<AclToken>>): ConsulClient

Get info of Acl token

Parameters

id - the ID of token

tokenHandler - will be provided with token

Return
reference to this, for fluency