Interface
ResponseHandlerInterface
Magento\Analytics\Model\Connector\Http\ResponseHandlerInterface
What it does
This interface defines a contract for handling HTTP responses in Magento's Analytics module.
Developers implement this interface to create custom response handlers that process response body data from analytics API calls, typically converting or validating the response data before further use in the system.
Public Methods
- handleResponse()