Interface TransactionCompletedEvent<K,V>
-
- All Superinterfaces:
Event<K,V>,TransactionalEvent<K,V>
public interface TransactionCompletedEvent<K,V> extends TransactionalEvent<K,V>
This event is passed in to any method annotated withTransactionCompleted. Note that this event is only delivered after the fact, i.e., you will never see an instance of this event withEvent.isPre()being set to true.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTransactionSuccessful()-
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
-
Methods inherited from interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
getGlobalTransaction, isOriginLocal
-
-