Log in

AsynchronousOperations Module

Api\BulkStatusInterface

Interface

This interface defines methods for retrieving the status of bulk operations in Magento 2. Developers use this to check the progress and results of asy...

Api\Data\AsyncResponseInterface

Interface

This interface defines the structure for asynchronous API responses in Magento 2. Developers use this when implementing or consuming asynchronous web...

Api\Data\BulkOperationsStatusInterface

Interface

This interface defines the contract for retrieving bulk operation status information in Magento 2's asynchronous operations system. Developers use thi...

Api\Data\BulkSummaryInterface

Interface

This interface defines the contract for bulk operation summary data in Magento 2's asynchronous operations system. Developers use this when working wi...

Api\Data\DetailedBulkOperationsStatusInterface

Interface

This interface defines the structure for retrieving detailed bulk operation status information in Magento 2's asynchronous operations system. Develope...

Api\Data\ItemStatusInterface

Interface

This interface defines a temporary status object used to track whether individual items were accepted or rejected when scheduling bulk asynchronous op...

Api\Data\OperationInterface

Interface

This interface defines the contract for asynchronous operation entities in Magento 2's bulk operations system. Developers use it when working with que...

Api\Data\OperationListInterface

Interface

This interface defines a contract for retrieving a list of asynchronous bulk operations in Magento 2. Developers use this when working with the Bulk O...

Api\Data\OperationSearchResultsInterface

Interface

This interface defines the contract for search results when querying asynchronous bulk operations in Magento 2. Developers use this to retrieve collec...

Api\Data\SummaryOperationStatusInterface

Interface

This interface defines a read-only contract for retrieving basic asynchronous operation status information without heavy data like serialized payloads...

Api\SaveMultipleOperationsInterface

Interface

This interface defines a contract for saving multiple asynchronous operations in bulk. Developers use this when they need to persist multiple queue op...

Model\ConfigInterface

Interface

This interface defines the configuration contract for Magento's asynchronous web API operations. Developers use this to retrieve service mappings for...