Class InfinispanNotificationsManager.HotRodListener

java.lang.Object
org.keycloak.cluster.infinispan.InfinispanNotificationsManager.HotRodListener
Enclosing class:
InfinispanNotificationsManager

public class InfinispanNotificationsManager.HotRodListener extends Object
  • Constructor Details

    • HotRodListener

      public HotRodListener(org.infinispan.client.hotrod.RemoteCache<Object,Serializable> remoteCache)
  • Method Details

    • created

      public void created(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent<String> event)
    • updated

      public void updated(org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent<String> event)
    • removed

      public void removed(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent<String> event)