Package org.infinispan.notifications.cachelistener
Cache
-specific notifications and eventing.-
Interface Summary Interface Description CacheEntryListenerInvocation<K,V> Additional listener methods specific to caches.CacheNotifier<K,V> Public interface with all allowed notifications.QueueingSegmentListener<K,V,E extends Event<K,V>> This interface describes methods needed for a segment listener that is used when iterating over the current events and be able to queue them properly -
Class Summary Class Description CacheNotifierImpl<K,V> Helper class that handles all notifications to registered listeners.CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V> CacheNotifierImpl.ClusteredListenerInvocation<K,V> This class is to be used with cluster listener invocations only when they have included current state.CorePackageImpl EventWrapper<K,V,E extends Event<K,V>> Simple wrapper that keeps the original key along with the converted event.ListenerHolder NotifyHelper