Uses of Interface
org.infinispan.notifications.ClassLoaderAwareFilteringListenable
-
Packages that use ClassLoaderAwareFilteringListenable Package Description org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster -
-
Uses of ClassLoaderAwareFilteringListenable in org.infinispan.notifications
Subinterfaces of ClassLoaderAwareFilteringListenable in org.infinispan.notifications Modifier and Type Interface Description interfaceDataConversionAwareListenable<K,V> -
Uses of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistener
Subinterfaces of ClassLoaderAwareFilteringListenable in org.infinispan.notifications.cachelistener Modifier and Type Interface Description interfaceCacheNotifier<K,V>Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement ClassLoaderAwareFilteringListenable Modifier and Type Class Description classCacheNotifierImpl<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.cluster Modifier and Type Interface Description interfaceClusterCacheNotifier<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.
-