Class Util


  • public final class Util
    extends Object
    Utility methods.
    Since:
    9.2
    Author:
    Pedro Ruivo
    • Method Detail

      • awaitCounterOperation

        public static <T> T awaitCounterOperation​(CompletableFuture<T> future)
        Awaits for the counter operation and throws any exception as CounterException.