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 aCounterListener
to this counter.<T extends CounterListener>
Handle<T>WeakCounter.addListener
(T listener) Adds aCounterListener
to this counter.