public interface BatchContextTransactionManager
| Modifier and Type | Method and Description |
|---|---|
void |
commit(BatchTransactionContext context)
commit
|
void |
rollback(BatchTransactionContext context,
BatchJobInstanceAdapter jobInstance,
List<Record> records,
org.mule.runtime.api.exception.MuleException e)
rollback
|
void commit(BatchTransactionContext context)
context - a batch transaction contextvoid rollback(BatchTransactionContext context, BatchJobInstanceAdapter jobInstance, List<Record> records, org.mule.runtime.api.exception.MuleException e)
context - a batch transaction contextjobInstance - a job Iinstancerecords - a list o recordse - an exceptionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.