Interface ScheduledExporter


  • public interface ScheduledExporter
    • Field Detail

      • SERVICE_NAME

        static final java.lang.String SERVICE_NAME
        The name of the exporter service. This may be used to retrieve the service from the service registry.
        See Also:
        Constant Field Values
    • Method Detail

      • getExportConfigs

        java.util.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.