Class JCacheListenerAdapter<K,V>

java.lang.Object
org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
org.infinispan.jcache.remote.JCacheListenerAdapter<K,V>

public class JCacheListenerAdapter<K,V> extends org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
  • Field Summary

    Fields inherited from class org.infinispan.jcache.AbstractJCacheListenerAdapter

    jcache, notifier
  • Constructor Summary

    Constructors
    Constructor
    Description
    JCacheListenerAdapter(org.infinispan.jcache.AbstractJCache<K,V> jcache, org.infinispan.jcache.AbstractJCacheNotifier<K,V> notifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleCacheEntryEvent(org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent<org.infinispan.commons.util.KeyValueWithPrevious<K,V>> e)
     

    Methods inherited from class java.lang.Object

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

    • JCacheListenerAdapter

      public JCacheListenerAdapter(org.infinispan.jcache.AbstractJCache<K,V> jcache, org.infinispan.jcache.AbstractJCacheNotifier<K,V> notifier)
  • Method Details

    • handleCacheEntryEvent

      public void handleCacheEntryEvent(org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent<org.infinispan.commons.util.KeyValueWithPrevious<K,V>> e)