Class PDFServicesJobAbstract

This abstract class represents the basic contract for all the PDF Services Jobs. It imposes no restrictions or particular details on the job execution process and leaves the specifics of setting up the jobs to their individual implementations.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Parameters

    • executionContext: ExecutionContext
    • Optional notifyConfigList: NotifierConfig[]

    Returns Promise<string>

  • Parameters

    • executionContext: ExecutionContext

    Returns void

Generated using TypeDoc