Uses of Class
io.vertx.rxjava3.core.shareddata.Counter
Packages that use Counter
-
Uses of Counter in io.vertx.rxjava3.core.shareddata
Fields in io.vertx.rxjava3.core.shareddata with type parameters of type CounterMethods in io.vertx.rxjava3.core.shareddata that return CounterMethods in io.vertx.rxjava3.core.shareddata that return types with arguments of type CounterModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Counter>SharedData.getCounter(String name) Get an asynchronous counter.io.reactivex.rxjava3.core.Single<Counter>SharedData.getLocalCounter(String name) Get an asynchronous local counter.io.reactivex.rxjava3.core.Single<Counter>SharedData.rxGetCounter(String name) Get an asynchronous counter.io.reactivex.rxjava3.core.Single<Counter>SharedData.rxGetLocalCounter(String name) Get an asynchronous local counter.