Class ConnectorConfig


  • public final class ConnectorConfig
    extends Object
    This class defines the configuration of a connector. A connector is defined by - a implemenation class - a map of params The same connector can be used many times with distincts params - for example : two connections to differents timeseries databases
    Author:
    mlaroche
    • Method Detail

      • getImplClass

        public Class<? extends Connector> getImplClass()
        Returns:
        the impl class
      • getParams

        public List<Param> getParams()
        Returns:
        the params