public class BufferUtils extends Object
| Constructor and Description |
|---|
BufferUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
addToBufferInSplitTransaction(BatchJobInstanceAdapter jobInstance,
RecordBuffer buffer,
BatchTransactionContext currentContext,
BatchTransactionContextProvider contexts,
Record record)
Adds a record to the given
buffer using a transaction other than the current one. |
public static int addToBufferInSplitTransaction(BatchJobInstanceAdapter jobInstance, RecordBuffer buffer, BatchTransactionContext currentContext, BatchTransactionContextProvider contexts, Record record)
buffer using a transaction other than the current one.jobInstance - the job instance the record belongs tobuffer - the buffer where the record is being addedcurrentContext - the current transactional contextcontexts - the provider used to obtain the alternate transactionrecord - the record being addedCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.