Interface SchedulerExporter

All Known Subinterfaces:
SchedulerExporterExtended

public interface SchedulerExporter
Provides information about the job execution time (the first time this job was executed, before retrying it, if it was necessary), the job retry number and the retry execution time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Closes any resources opened by the exporter and returns a collection of resources if necessary.
    void
    open(ExporterContext exporterContext)
    Initializes resources needed by the exporter and gets runtime information about the export job.