Package org.infinispan.notifications
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
- Public API
-
Interface Summary Interface Description ClassLoaderAwareFilteringListenable<K,V> Interface that enhancesFilteringListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodClassLoaderAwareListenable Interface that enhancesListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodDataConversionAwareListenable<K,V> FilteringListenable<K,V> A Listenable that can also filter events based on keyListenable Interface that denotes that the implementation can have listeners attached to it. -
Enum Summary Enum Description Listener.Observation Enumeration that defines when a listener event can be observed. -
Exception Summary Exception Description IncorrectListenerException Thrown when an incorrectly annotated class is added as a cache listener using theListenable.addListener(Object)
API. -
Annotation Types Summary Annotation Type Description Listener Class-level annotation used to annotate an object as being a valid cache listener.