Model
Publish
Magento\MediaContentSynchronization\Model\Publish
What it does
This class publishes media content synchronization tasks to a message queue for asynchronous processing.
Developers would use this when they need to synchronize media content (images, videos) with their associated content entities in the database without blocking the main application flow.
It creates bulk operations that can be processed by queue consumers in the background.
Public Methods
- execute()