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