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 single CounterManager.

This handles all the users listeners.

Since:
9.2
Author:
Pedro Ruivo
  • Method Details

    • addListener

      public <T extends org.infinispan.counter.api.CounterListener> org.infinispan.counter.api.Handle<T> addListener(String counterName, T listener)
    • stop

      public void stop()