Model
ResyncManagerPool
Magento\SaaSCommon\Model\ResyncManagerPool
What it does
This class manages a pool of resync managers for different SaaS data feeds in Magento 2.
Developers use it to retrieve the appropriate ResyncManager instance for a specific feed name, check if resync is available for a feed, and handle backward compatibility when feed names change.
It acts as a registry and factory for feed-specific resync operations.
Public Methods
- getResyncManager()
- isResyncAvailable()
- getActualFeedName()