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

updateAclToken

open fun updateAclToken(token: AclToken, idHandler: Handler<AsyncResult<String>>): ConsulClient

Update Acl token

Parameters

token - properties of the token to be updated

idHandler - will be provided with ID of updated

Return
reference to this, for fluency