public interface TransactionFailureCallback
Modifier and Type | Method and Description |
---|---|
void |
failedTransaction(long transactionID,
List<RecordInfo> records,
List<RecordInfo> recordsToDelete)
To be used to inform about transactions without commit records.
|
void failedTransaction(long transactionID, List<RecordInfo> records, List<RecordInfo> recordsToDelete)
Copyright © 2017 JBoss by Red Hat. All rights reserved.