Model
WebapiRequestTypeExtractor
Magento\Checkout\Model\Backpressure\WebapiRequestTypeExtractor
What it does
This class identifies checkout requests that require backpressure management to prevent system overload.
It specifically monitors the 'savePaymentInformationAndPlaceOrder' method and determines if rate limiting should be applied based on configuration settings.
Developers use this to control order placement request throttling in high-traffic scenarios.
Public Methods
- extract()