vertx / io.vertx.reactivex.core.shareddata / AsyncMap / get

get

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

Get a value from the map, asynchronously.

Parameters

k - the key

resultHandler - - this will be called some time later with the async result.