- close() - Method in class org.camunda.connect.impl.AbstractCloseableConnectorResponse
-
Implements the default close behavior
- close() - Method in interface org.camunda.connect.spi.CloseableConnectorResponse
-
- CloseableConnectorResponse - Interface in org.camunda.connect.spi
-
A connector response which represents an open resource (link to open resource)
which must be closed.
- closingResponse(CloseableConnectorResponse) - Method in class org.camunda.connect.impl.ConnectCoreLogger
-
- collectResponseParameters(Map<String, Object>) - Method in class org.camunda.connect.impl.AbstractConnectorResponse
-
To be implemented by subclasses for collecting the generic response parameters of a response.
- configure(C) - Method in interface org.camunda.connect.spi.ConnectorConfigurator
-
Configures the connector instance.
- ConnectCoreLogger - Class in org.camunda.connect.impl
-
- ConnectCoreLogger() - Constructor for class org.camunda.connect.impl.ConnectCoreLogger
-
- ConnectLogger - Class in org.camunda.connect.impl
-
- ConnectLogger() - Constructor for class org.camunda.connect.impl.ConnectLogger
-
- connector - Variable in class org.camunda.connect.impl.AbstractConnectorRequest
-
- Connector<Q extends ConnectorRequest<?>> - Interface in org.camunda.connect.spi
-
A connector represents a way to interact with some system, library or technology.
- ConnectorConfigurator<C extends Connector<?>> - Interface in org.camunda.connect.spi
-
Can be used to configure connectors of a certain type.
- connectorConfiguratorDiscovered(ConnectorConfigurator) - Method in class org.camunda.connect.impl.ConnectCoreLogger
-
- ConnectorException - Exception in org.camunda.connect
-
Base class for all connector exceptions
- ConnectorException(String) - Constructor for exception org.camunda.connect.ConnectorException
-
- ConnectorException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorException
-
- connectorId - Variable in class org.camunda.connect.impl.AbstractConnector
-
- ConnectorInvocation - Interface in org.camunda.connect.spi
-
Represents a request invocation / request execution.
- ConnectorProvider - Interface in org.camunda.connect.spi
-
- connectorProviderDiscovered(ConnectorProvider, String, Connector) - Method in class org.camunda.connect.impl.ConnectCoreLogger
-
- ConnectorRequest<R extends ConnectorResponse> - Interface in org.camunda.connect.spi
-
A connector request.
- ConnectorRequestException - Exception in org.camunda.connect
-
Indicates an error during the request of a connector.
- ConnectorRequestException(String) - Constructor for exception org.camunda.connect.ConnectorRequestException
-
- ConnectorRequestException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorRequestException
-
- ConnectorRequestInterceptor - Interface in org.camunda.connect.spi
-
A request interceptor.
- ConnectorResponse - Interface in org.camunda.connect.spi
-
A connector response representing the result of a connector invocation.
- ConnectorResponseException - Exception in org.camunda.connect
-
Indicates an error during the response of a connector.
- ConnectorResponseException(String) - Constructor for exception org.camunda.connect.ConnectorResponseException
-
- ConnectorResponseException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorResponseException
-
- Connectors - Class in org.camunda.connect
-
Provides access to all available connectors.
- Connectors() - Constructor for class org.camunda.connect.Connectors
-
- CORE_LOGGER - Static variable in class org.camunda.connect.impl.ConnectLogger
-
- createConnectorInstance() - Method in interface org.camunda.connect.spi.ConnectorProvider
-
Create a new instance of the connector created by this factory.
- createRequest() - Method in interface org.camunda.connect.spi.Connector
-
Create a request on the connector.
- currentIndex - Variable in class org.camunda.connect.impl.AbstractRequestInvocation
-