class Batchly::Response::DbResponse
The DbResponse is a type of response when you want batchly to execute queries on destination database
Attributes
id[RW]
Unique id of the Unit of Work string
is_duplicate[RW]
Duplicate message that can be deleted without any post processing boolean
is_processing_success[RW]
Status of the processing boolean
parameter_values[RW]
Parameter Name and Data pair for each parameter of the SQL Query that is run on successful processing hashTable The query is configured as part of Batchly Portal and is run in sequence to ensure successful writes to the database.