Class InfinispanNotificationsManager.HotRodListener

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

public class InfinispanNotificationsManager.HotRodListener extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    HotRodListener(org.infinispan.client.hotrod.RemoteCache<Object,Object> remoteCache)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    created(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)
     
    void
    removed(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)
     
    void
    updated(org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HotRodListener

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

    • created

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

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

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