Repository
OperationRepositoryInterface
Magento\AsynchronousOperations\Model\OperationRepositoryInterface
What it does
This repository interface provides a contract for creating asynchronous operation records in Magento 2.
Developers use this when implementing bulk operations or message queue processing to track individual tasks within an operation group, associating them with specific topics and parameters for execution.
Public Methods
- create()