Interface AnalyticsIntegratorAPI

All Known Implementing Classes:
AnalyticsIntegrator

public interface AnalyticsIntegratorAPI
AnalyticsIntegratorAPI is the interface to validate that a connector is suitable to run in the Analytics Integrator OMIS. It validates that it implements the correct interfaces and returns the connector type for the connector.
  • Method Summary

    Modifier and Type
    Method
    Description
    validateConnector(String userId, String connectorProviderClassName)
    Validate the connector and return its connector type.