Package org.infinispan.counter.impl
Class Util
java.lang.Object
org.infinispan.counter.impl.Util
Utility methods.
- Since:
- 9.2
- Author:
- Pedro Ruivo
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
awaitCounterOperation
(CompletionStage<T> stage) Awaits for the counter operation and throws any exception asCounterException
.
-
Method Details
-
awaitCounterOperation
Awaits for the counter operation and throws any exception asCounterException
.
-