| Package | Description |
|---|---|
| org.infinispan.counter.api |
Clustered Counters API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Handle<T extends CounterListener>
As a return of
StrongCounter.addListener(CounterListener), it is used to un-register the CounterListener. |
| Modifier and Type | Method and Description |
|---|---|
<T extends CounterListener> |
WeakCounter.addListener(T listener)
Adds a
CounterListener to this counter. |
<T extends CounterListener> |
StrongCounter.addListener(T listener)
Registers a
CounterListener to this counter. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.