Package org.infinispan.notifications
package org.infinispan.notifications
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
- Public API
-
ClassDescriptionInterface that enhances
FilteringListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodInterface that enhancesListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodFilteringListenable<K,V> A Listenable that can also filter events based on keyThrown when an incorrectly annotated class is added as a cache listener using theListenable.addListener(Object)
API.Interface that denotes that the implementation can have listeners attached to it.Class-level annotation used to annotate an object as being a valid cache listener.Enumeration that defines when a listener event can be observed.