Uses of Interface
org.infinispan.notifications.ClassLoaderAwareFilteringListenable
Packages that use ClassLoaderAwareFilteringListenable
Package
Description
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
Cache
-specific notifications and eventing.-
Uses of ClassLoaderAwareFilteringListenable in org.infinispan.notifications
Subinterfaces of ClassLoaderAwareFilteringListenable in org.infinispan.notifications -
Uses of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistener
Subinterfaces of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterface
CacheNotifier<K,
V> Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement ClassLoaderAwareFilteringListenableModifier and TypeClassDescriptionclass
CacheNotifierImpl<K,
V> Helper class that handles all notifications to registered listeners. -
Uses of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistener.cluster
Subinterfaces of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistener.clusterModifier and TypeInterfaceDescriptioninterface
ClusterCacheNotifier<K,
V> This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster.