Package org.infinispan.api.mutiny
Interface MutinyWeakCounter
public interface MutinyWeakCounter
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> add(long delta) Return the container of this counterdefault io.smallrye.mutiny.Uni<Void> default io.smallrye.mutiny.Uni<Void> name()Returns the name of this counterio.smallrye.mutiny.Uni<Long> value()Returns the current value of this counter
-
Method Details
-
name
String name()Returns the name of this counter- Returns:
- the name of this counter
-
container
MutinyContainer container()Return the container of this counter- Returns:
-
value
io.smallrye.mutiny.Uni<Long> value()Returns the current value of this counter- Returns:
-
increment
-
decrement
-
add
-