[infinispan-issues] [JBoss JIRA] (ISPN-3644) Make isOriginLocal() a property of the transactional cache event annotations

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Thu Oct 17 13:42:01 EDT 2013


Paul Ferraro created ISPN-3644:
----------------------------------

             Summary: Make isOriginLocal() a property of the transactional cache event annotations
                 Key: ISPN-3644
                 URL: https://issues.jboss.org/browse/ISPN-3644
             Project: Infinispan
          Issue Type: Enhancement
          Components: Listeners
    Affects Versions: 6.0.0.CR1
            Reporter: Paul Ferraro
            Assignee: Mircea Markus


Like ISPN-3642, but for isOriginLocal().

e.g.

@CacheEntryCreated(local=true, remote=false)
public void created(CacheEntryCreatedEvent<K, V> event) {
   // This now only invoked for locally triggered cache entry creation events
}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list