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

deleteValues

open fun deleteValues(keyPrefix: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient

Removes all the key/value pair that corresponding to the specified key prefix

Parameters

keyPrefix - the prefix

resultHandler - will be called on complete

Return
reference to this, for fluency