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

get

abstract fun get(k: K, resultHandler: Handler<AsyncResult<ChoosableIterable<V>>>): Unit

Get the values from the map for the key. If the key isn't in the map, an empty ChoosableIterable must be returned.

Parameters

k - The key

resultHandler - This will be called with the list of values for the key. The type of the values returned must be ChoosableIterable