@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheEntryInvalidated
CacheEntryInvalidatedEvent
otherwise an IncorrectListenerException
will be thrown when registering your cache listener.
Locking: notification is performed WITH locks on the given key.
Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called, and any transactions in progress will be rolled back.
Listener
Copyright © 2021 JBoss by Red Hat. All rights reserved.