See: Description
Interface | Description |
---|---|
ClassLoaderAwareFilteringListenable<K,V> |
Interface that enhances
FilteringListenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener method |
ClassLoaderAwareListenable |
Interface that enhances
Listenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener method |
DataConversionAwareListenable<K,V> | |
FilteringListenable<K,V> |
A Listenable that can also filter events based on key
|
Listenable |
Interface that denotes that the implementation can have listeners attached to it.
|
Enum | Description |
---|---|
Listener.Observation |
Enumeration that defines when a listener event can be observed.
|
Exception | Description |
---|---|
IncorrectListenerException |
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object) API. |
Annotation Type | Description |
---|---|
Listener |
Class-level annotation used to annotate an object as being a valid cache listener.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.