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
-
container
-
value
-
increment
-
decrement
-
add
-