Base class for consumers of the output from the exporters.
Accepts generated page from the exporter. Although declared async, exporter will not wait for consumer to resolve this promise and will keep generating pages.
Called after exporter has finished.
Interface for collecting results in an asynchronous manner.
Initiates consumer operation. Exporter will wait for consumer to be ready.