Interface CacheEntryActivatedEvent<K,V>
- All Superinterfaces:
CacheEntryEvent<K,V>, Event<K, V>, TransactionalEvent<K, V>
- All Known Implementing Classes:
EventImpl
This event subtype is passed in to any method annotated with
CacheEntryActivated.- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested classes/interfaces inherited from interface Event
Event.Type -
Method Summary
Methods inherited from interface CacheEntryEvent
getKey, getMetadata, getSource, isCurrentStateMethods inherited from interface TransactionalEvent
getGlobalTransaction, isOriginLocal
-
Method Details
-
getValue
V getValue()Retrieves the value of the entry being activated.- Specified by:
getValuein interfaceCacheEntryEvent<K,V> - Returns:
- the value of the activated entry
-