public class SizeLimitedBatchJsonOperation extends SizeLimitedUpdateOperation
BaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, OperationResponse)
. A streaming
writer is used to build the array to avoid loading multiple input documents into memory at the same time.Modifier | Constructor and Description |
---|---|
protected |
SizeLimitedBatchJsonOperation(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeSizeLimitedUpdate(UpdateRequest request,
OperationResponse response)
Execute the implementation update logic
|
executeUpdate, getSizeExceededMessage, getSizeExceededStatusCode, includeSizeExceededPayload
execute
getConnection, getContext
protected SizeLimitedBatchJsonOperation(OperationContext context)
protected void executeSizeLimitedUpdate(UpdateRequest request, OperationResponse response)
SizeLimitedUpdateOperation
executeSizeLimitedUpdate
in class SizeLimitedUpdateOperation
request
- the filtered requestresponse
- the operation response