Model
Update
Magento\Analytics\Model\Connector\ResponseHandler\Update
What it does
This class handles HTTP responses for analytics data update operations.
It implements a simple response handler that always returns true, indicating the update request was successfully processed.
Developers would use this when the analytics connector needs to acknowledge an update operation completion without processing the response body.
Public Methods
- handleResponse()