Uses of Interface
org.infinispan.counter.api.Handle
Packages that use Handle
-
Uses of Handle in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return HandleModifier and TypeMethodDescription<T extends CounterListener>
Handle<T>StrongCounter.addListener(T listener) Registers aCounterListenerto this counter.<T extends CounterListener>
Handle<T>WeakCounter.addListener(T listener) Adds aCounterListenerto this counter.