ConsumerBase

Base class for consumers of the output from the exporters.

Configs

4

Properties

3

Class hierarchy

isEventsEvents

Misc

Other

Functions

14

Accepts generated page from the exporter. Although declared async, exporter will not wait for consumer to resolve this promise and will keep generating pages.

ParameterTypeDescription
pageObject
page.htmlString
configObject

Current export configuration

Returns: void

Called after exporter has finished.

Returns: Promise

Interface for collecting results in an asynchronous manner.

ParameterTypeDescription
configObject

Export configuration object

Returns: Promise

Initiates consumer operation. Exporter will wait for consumer to be ready.

ParameterTypeDescription
configObject

Export configuration object

Returns: Promise -

A promise that resolves when the start process completes.

onEvents
relayAllEvents
triggerEvents
unEvents

Events

3

Event handlers

3

Typedefs

1