Uses of Class
io.vertx.mutiny.core.shareddata.Counter
Packages that use Counter
-
Uses of Counter in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type CounterMethods in io.vertx.mutiny.core.shareddata that return CounterModifier and TypeMethodDescriptionSharedData.getCounterAndAwait
(String name) Blocking variant ofSharedData.getCounter(String)
.SharedData.getLocalCounterAndAwait
(String name) Blocking variant ofSharedData.getLocalCounter(String)
.static Counter
Counter.newInstance
(io.vertx.core.shareddata.Counter arg) Methods in io.vertx.mutiny.core.shareddata that return types with arguments of type CounterModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Counter>
SharedData.getCounter
(String name) Get an asynchronous counter.io.smallrye.mutiny.Uni<Counter>
SharedData.getLocalCounter
(String name) Get an asynchronous local counter.