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

Tristan Tarrant (JIRA) issues at jboss.org
Mon Jan 12 09:17:03 EST 2015


     [ https://issues.jboss.org/browse/ISPN-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant reassigned ISPN-3644:
-------------------------------------

    Assignee:     (was: Mircea Markus)


> Make isOriginLocal() an annotation property of the transactional cache event
> ----------------------------------------------------------------------------
>
>                 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
>
> Like ISPN-3642, but for isOriginLocal().
> e.g.
> {code:java}
> @CacheEntryCreated(local=true, remote=false)
> public void created(CacheEntryCreatedEvent<K, V> event) {
>    // This now only invoked for locally triggered cache entry creation events
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list