Uses of Class
io.vertx.mutiny.core.shareddata.Counter
-
Packages that use Counter Package Description io.vertx.mutiny.core.shareddata -
-
Uses of Counter in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type Counter Modifier and Type Field Description static TypeArg<Counter>
Counter. __TYPE_ARG
Methods in io.vertx.mutiny.core.shareddata that return Counter Modifier and Type Method Description Counter
SharedData. getCounterAndAwait(String name)
Blocking variant ofSharedData.getCounter(String)
.Counter
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 Counter Modifier and Type Method Description io.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.
-