Class HttpConnectorProviderImpl
java.lang.Object
org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl
- All Implemented Interfaces:
HttpConnectorProvider
,ConnectorProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new instance of the connector created by this factory.Returns the unique id of the connector created by this factory.
-
Constructor Details
-
HttpConnectorProviderImpl
public HttpConnectorProviderImpl()
-
-
Method Details
-
getConnectorId
Description copied from interface:ConnectorProvider
Returns the unique id of the connector created by this factory.- Specified by:
getConnectorId
in interfaceConnectorProvider
-
createConnectorInstance
Description copied from interface:ConnectorProvider
Create a new instance of the connector created by this factory.- Specified by:
createConnectorInstance
in interfaceConnectorProvider
-