open fun rxGetCounter(name: String): Single<Counter>
Get an asynchronous counter. The counter will be passed to the handler.
name - the name of the counter.
name
Return