Package org.infinispan.counter.impl
Class Util
- java.lang.Object
-
- org.infinispan.counter.impl.Util
-
public final class Util extends Object
Utility methods.- Since:
- 9.2
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
awaitCounterOperation(CompletionStage<T> stage)
Awaits for the counter operation and throws any exception asCounterException
.
-
-
-
Method Detail
-
awaitCounterOperation
public static <T> T awaitCounterOperation(CompletionStage<T> stage)
Awaits for the counter operation and throws any exception asCounterException
.
-
-