Uses of Interface
org.infinispan.notifications.DataConversionAwareListenable
-
Uses of DataConversionAwareListenable in org.infinispan.notifications.cachelistener
Modifier and TypeInterfaceDescriptioninterface
CacheNotifier<K,
V> Public interface with all allowed notifications.Modifier and TypeClassDescriptionclass
CacheNotifierImpl<K,
V> Helper class that handles all notifications to registered listeners. -
Uses of DataConversionAwareListenable in org.infinispan.notifications.cachelistener.cluster
Modifier 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.