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

rxIncrementAndGet

open fun rxIncrementAndGet(): Single<Long>

Increment the counter atomically and return the new count

Return