vertx / io.vertx.reactivex.core.shareddata / Counter / incrementAndGet
incrementAndGet
open fun incrementAndGet(resultHandler: Handler<AsyncResult<Long>>): Unit
Increment the counter atomically and return the new count
Parameters
resultHandler - handler which will be passed the value