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

rxGetAndAdd

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

Add the value to the counter atomically and return the value before the add

Parameters

value - the value to add

Return