Model
MassPublisher
Magento\AsynchronousOperations\Model\MassPublisher
What it does
This class publishes bulk asynchronous operations to Magento's message queue system.
Developers use it to send multiple operations to a queue for background processing, such as batch imports, mass updates, or bulk API operations.
It handles message validation, encoding, and distribution to the appropriate queue exchange for asynchronous execution.
Public Methods
- publish()