Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Packages that use CacheEntryRemovedEvent Package Description org.infinispan.notifications.cachelistener.cluster org.infinispan.spring.session -
-
Uses of CacheEntryRemovedEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryRemovedEvent Modifier and Type Class Description class
ClusterEvent<K,V>
This is an event designed for use with cluster listeners solely. -
Uses of CacheEntryRemovedEvent in org.infinispan.spring.session
Methods in org.infinispan.spring.session with parameters of type CacheEntryRemovedEvent Modifier and Type Method Description void
EmbeddedApplicationPublishedBridge. processCacheEntryDestroyed(CacheEntryRemovedEvent event)
-