Interface DataSourceScanner


  • public interface DataSourceScanner
    This interface must be implemented by a data source scanner. See the SampleDataSourceScanner SDK example.
    • Method Detail

      • validateConfiguration

        default void validateConfiguration()
                                    throws AttivioException
        This method could be implemented to verify the scanner configuration before it is started.
        Throws:
        AttivioException