vertx / io.vertx.reactivex.core.shareddata / Counter / rxAddAndGet

rxAddAndGet

open fun rxAddAndGet(value: Long): Single<Long>

Add the value to the counter atomically and return the new count

Parameters

value - the value to add

Return