Interface ScheduledExporter


public interface ScheduledExporter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the exporter service.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Iterator of all export configurations registered in the repository.
  • Field Details

    • SERVICE_NAME

      static final String SERVICE_NAME
      The name of the exporter service. This may be used to retrieve the service from the service registry.
      See Also:
  • Method Details

    • getExportConfigs

      Iterator<ExportConfig> getExportConfigs()
      Returns an Iterator of all export configurations registered in the repository. If none are registered, this method returns an empty iterator.
      Returns:
      Iterator of all ExportConfigs.