class Batchly::Response::DefaultResponse
This is the minimal response to return when the processing doesn’t generate any output that requires processing by batchly agent The is_processing_success represents status of processing. boolean
true for success and false for failure The is_duplicate field represents duplicate tracking if state is managed by processor. The id should equal the request id
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