org.camunda.connect.spi
Interface ConnectorProvider


public interface ConnectorProvider

Provides a Connector with a unique id.


Method Summary
 Connector<?> createConnectorInstance()
          Create a new instance of the connector created by this factory.
 String getConnectorId()
          Returns the unique id of the connector created by this factory.
 

Method Detail

getConnectorId

String getConnectorId()
Returns the unique id of the connector created by this factory.


createConnectorInstance

Connector<?> createConnectorInstance()
Create a new instance of the connector created by this factory.



Copyright © 2015 camunda services GmbH. All rights reserved.