Uses of Interface
org.camunda.connect.spi.ConnectorProvider
-
-
Uses of ConnectorProvider in org.camunda.connect
Methods in org.camunda.connect with parameters of type ConnectorProvider Modifier and Type Method Description protected voidConnectors. registerProvider(java.util.Map<java.lang.String,Connector<?>> connectors, ConnectorProvider provider) -
Uses of ConnectorProvider in org.camunda.connect.httpclient
Subinterfaces of ConnectorProvider in org.camunda.connect.httpclient Modifier and Type Interface Description interfaceHttpConnectorProvider -
Uses of ConnectorProvider in org.camunda.connect.httpclient.impl
Classes in org.camunda.connect.httpclient.impl that implement ConnectorProvider Modifier and Type Class Description classHttpConnectorProviderImpl -
Uses of ConnectorProvider in org.camunda.connect.httpclient.soap
Subinterfaces of ConnectorProvider in org.camunda.connect.httpclient.soap Modifier and Type Interface Description interfaceSoapHttpConnectorProvider -
Uses of ConnectorProvider in org.camunda.connect.httpclient.soap.impl
Classes in org.camunda.connect.httpclient.soap.impl that implement ConnectorProvider Modifier and Type Class Description classSoapHttpConnectorProviderImpl -
Uses of ConnectorProvider in org.camunda.connect.impl
Methods in org.camunda.connect.impl with parameters of type ConnectorProvider Modifier and Type Method Description voidConnectCoreLogger. connectorProviderDiscovered(ConnectorProvider provider, java.lang.String connectorId, Connector connectorInstance)
-