A newer version of this documentation is available: View the Latest Version

Data Fetcher

A data fetcher is implemented with the TechDivision\PacemakerPipelineInitializer\Api\InitializationDataFetcherInterface and can be registered in the Chain of di.xml provided for this purpose.

Registration Pacemaker order export in the InitializationDataFetcherChain
<type name="TechDivision\PacemakerPipelineInitializer\Model\InitializationDataFetcherChain">
    <arguments>
        <argument name="dataFetcher" xsi:type="array">
            <item name="pacemaker.order.export" xsi:type="object">TechDivision\PacemakerOrderExport\Model\PipelineInitializer</item>
        </argument>
    </arguments>
</type>