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

cloneAclToken

open fun cloneAclToken(id: String, idHandler: Handler<AsyncResult<String>>): ConsulClient

Clone Acl token

Parameters

id - the ID of token to be cloned

idHandler - will be provided with ID of cloned token

Return
reference to this, for fluency