MediaWiki master
|
Interface that marks a DataUpdate as enqueuable via the JobQueue. More...
Inherited by MediaWiki\Deferred\LinksUpdate\LinksDeletionUpdate, and MediaWiki\Deferred\RefreshSecondaryDataUpdate.
Public Member Functions | |
getAsJobSpecification () | |
Interface that marks a DataUpdate as enqueuable via the JobQueue.
Such updates must be representable using IJobSpecification, so that they can be serialized into jobs and enqueued for later execution
Definition at line 15 of file EnqueueableDataUpdate.php.
MediaWiki\Deferred\EnqueueableDataUpdate::getAsJobSpecification | ( | ) |
Implemented in MediaWiki\Deferred\LinksUpdate\LinksDeletionUpdate, and MediaWiki\Deferred\RefreshSecondaryDataUpdate.