]
Tristan Tarrant commented on ISPN-893:
--------------------------------------
I think event annotations should have an optional "mode" parameter which can be
PRE, POST or BOTH (default).
Addtional attribute on @CacheEntryCreated to get on pre
notifications only
-----------------------------------------------------------------------------
Key: ISPN-893
URL:
https://issues.jboss.org/browse/ISPN-893
Project: Infinispan
Issue Type: Feature Request
Components: Listeners
Affects Versions: 4.2.1.FINAL
Environment: ALL
Reporter: Sudheer Krishna
Assignee: Manik Surtani
Priority: Minor
Labels: contributor, hackathon
I may have usescases where i need notifications only when isPre = true. I was expecting a
parameter to be taken by @CacheEntryCreated. But this doesnt seem to take any
parametres.
Aslo i would like similar values on @CacheEntryremoved also.