Class SyncStrongCounterAdapter

java.lang.Object
org.infinispan.counter.impl.SyncStrongCounterAdapter
All Implemented Interfaces:
SyncStrongCounter

public class SyncStrongCounterAdapter extends Object implements SyncStrongCounter
A StrongCounter decorator that waits for the operation to complete.
Since:
9.2
Author:
Pedro Ruivo
See Also: