Class SyncStrongCounter

All Implemented Interfaces:
SyncStrongCounter

@Deprecated(forRemoval=true) public class SyncStrongCounter extends SyncStrongCounterAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.2. Use StrongCounter.sync() instead. It will be removed in 10.0
A StrongCounter decorator that waits for the operation to complete.
Since:
9.0
Author:
Pedro Ruivo
See Also:
  • Constructor Details

    • SyncStrongCounter

      public SyncStrongCounter(StrongCounter counter)
      Deprecated, for removal: This API element is subject to removal in a future version.