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