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