vertx / io.vertx.reactivex.core.shareddata / SharedData / getCounter

getCounter

open fun getCounter(name: String, resultHandler: Handler<AsyncResult<Counter>>): Unit

Get an asynchronous counter. The counter will be passed to the handler.

Parameters

name - the name of the counter.

resultHandler - the handler