Interface ConnectorExecutor

    • Method Detail

      • execute

        java.util.concurrent.CompletableFuture<ConnectorExecutionResult> execute​(SConnector sConnector,
                                                                                 java.util.Map<java.lang.String,​java.lang.Object> inputParameters,
                                                                                 java.lang.ClassLoader classLoader)
                                                                          throws SConnectorException
        Executes a connector.
        Parameters:
        sConnector - The connector will be executed
        inputParameters - The input parameters of connector
        classLoader - The classLoader within the connector will be executed
        Returns:
        a completable future with the result
        Throws:
        SConnectorException - Error thrown when error occurs in connector executing