open fun rxPut(: K, : V): Completable
Put a value in the map, asynchronously.
Return
open fun rxPut(: K, : V, : Long): Completable
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.
ttl - The time to live (in ms) for the entry
Return