the users should be able to configure cache event listeners like this:
@CacheEntryCreated(pre=true, post=false) public void entryCreated(CacheEntryEvent e) { //e.isPre() is no longer needed here }
Discussed on the mailing list: http://infinispan.markmail.org/search/#query:+page:1+mid:y6enpffq3s4vb7fs+state:results
- duplicates
-
ISPN-5435 Add annotation attribute to allow for listener to specify whether it receives pre, post or all events
-
- Closed
-