Package org.infinispan.jcache.remote
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
ConstructorsConstructorDescriptionJCacheListenerAdapter(org.infinispan.jcache.AbstractJCache<K, V> jcache, org.infinispan.jcache.AbstractJCacheNotifier<K, V> notifier) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCacheEntryEvent(org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent<org.infinispan.commons.util.KeyValueWithPrevious<K, V>> e)
-
Constructor Details
-
JCacheListenerAdapter
-
-
Method Details
-
handleCacheEntryEvent
-