vertx / io.vertx.core.spi.cluster / AsyncMultiMap / removeAllForValue

removeAllForValue

abstract fun removeAllForValue(v: V, completionHandler: Handler<AsyncResult<Void>>): Unit

Remove the specified value from all values found equals associated to all keys in the map.

Parameters

v - The value

completionHandler - This will be called when the remove is complete