Class EventWrapper<K,V,E extends Event<K,V>>
java.lang.Object
org.infinispan.notifications.cachelistener.EventWrapper<K,V,E>
Simple wrapper that keeps the original key along with the converted event and command. The original key is required
for things such as key tracking. The command may be null as an event may have originated without a command.
- Since:
- 9.0
- Author:
- wburns
-
Constructor Details
-
EventWrapper
-
-
Method Details
-
getEvent
-
setEvent
-
getKey
-
getCommand
-