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

add

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

Add a value to the values for that key in the map.

Parameters

k - The key

v - The value

completionHandler - This will be called when the entry has been added