vertx / io.vertx.rxjava.core.shareddata / SharedData / rxGetCounter

rxGetCounter

open fun rxGetCounter(name: String): Single<Counter>

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

Parameters

name - the name of the counter.

Return