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

remove

abstract fun remove(k: K, v: V, completionHandler: Handler<AsyncResult<Boolean>>): Unit

Remove a value from the values of that key in the map.

Parameters

k - The key

v - The value

completionHandler - This will be called with true if the value was found and false otherwise, when the remove is complete