Home > @i2analyze/i2connect > startConnector
startConnector() function
Starts the connector. You must add all the services you need before you call this function.
Signature:
export declare function startConnector(config?: connectors.IConnectorConfig): void;
Introduced: API version 2.0
Parameters
Parameter | Type | Description |
---|---|---|
config | connectors.IConnectorConfig | (Optional) The connector configuration, which determines some aspects of its behavior. |
Returns:
void