Callback Rule Function Data Usage
The data provided to the callback rule function depends on which callback function you are using.
- Execute with Callback Function
When you use the Query.Statement.executeWithCallback() function, the agent calls the specified callback rule function once for each row of data generated. The row of data is provided as an array of columns. - Execute with Batch Callback Function
When you use the Query.Statement.executeWithBatchCallback() function, the agent calls the specified callback rule function once at the end of each batch of results. The data is provided as an array of all the rows in that batch. - The Callback Rule Function Required Signature
The callback function must have a signature with the parameter types provided in a specific order.
Copyright © Cloud Software Group, Inc. All rights reserved.