public interface TransactionCompletedEvent<K,V> extends TransactionalEvent<K,V>
TransactionCompleted
.
Note that this event is only delivered after the fact, i.e., you will never see an instance of this event with
Event.isPre()
being set to true.Event.Type
Modifier and Type | Method and Description |
---|---|
boolean |
isTransactionSuccessful() |
getGlobalTransaction, isOriginLocal
Copyright © 2021 JBoss by Red Hat. All rights reserved.