@ProviderType public interface ITransactionRecorder
Modifier and Type | Method and Description |
---|---|
void |
discardTransaction()
Discards the complete context and will not record any
transaction in that context.
|
void |
endContext()
Ends the current transaction context and merges the transaction records passed in the whole context
and clear the existing transaction context if its corresponding startContext
call initiated a new context.
|
void |
recordTransaction(TransactionRecord transactionRecord)
Records the
TransactionRecord passed to it in an in-memory buffer. |
void |
startContext()
Initiates a transaction context.
|
void startContext()
void recordTransaction(TransactionRecord transactionRecord) throws TransactionException
TransactionRecord
passed to it in an in-memory buffer.transactionRecord
- TransactionException
void endContext()
void discardTransaction()
Copyright © 2010 - 2020 Adobe. All Rights Reserved