Interface WeakCounter


  • public interface WeakCounter
    A weak consistent counter interface.

    This interface represents a weak counter in the way that the write operations does not return a consistent results. In this way, all the writes return a CompletableFuture.

    Note: the reset operation is not atomic.

    Since:
    9.0
    Author:
    Pedro Ruivo