Class NotificationManager
java.lang.Object
org.infinispan.client.hotrod.counter.impl.NotificationManager
A Hot Rod client notification manager for a single
CounterManager
.
This handles all the users listeners.
- Since:
- 9.2
- Author:
- Pedro Ruivo
-
Method Summary
Modifier and TypeMethodDescription<T extends CounterListener>
Handle<T> addListener
(String counterName, T listener) void
stop()
-
Method Details
-
addListener
-
stop
public void stop()
-