open fun put(: K, : V, : Handler<AsyncResult<Void>>): Unit
Put a value in the map, asynchronously.
completionHandler - - this will be called some time later to signify the value has been put
open fun put(: K, : V, : Long, : Handler<AsyncResult<Void>>): Unit
Like io.vertx.reactivex.core.shareddata.AsyncMap#put but specifying a time to live for the entry. Entry will expire and get evicted after the ttl.