Class NotificationManager


  • public class NotificationManager
    extends Object
    A Hot Rod client notification manager for a single CounterManager.

    This handles all the users listeners.

    Since:
    9.2
    Author:
    Pedro Ruivo
    • 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()