Package org.camunda.connect.spi
-
Interface Summary Interface Description CloseableConnectorResponse A connector response which represents an open resource (link to open resource) which must be closed.Connector<Q extends ConnectorRequest<?>> A connector represents a way to interact with some system, library or technology.ConnectorConfigurator<C extends Connector<?>> Can be used to configure connectors of a certain type.ConnectorInvocation Represents a request invocation / request execution.ConnectorProvider Provides aConnectorwith a unique id.ConnectorRequest<R extends ConnectorResponse> A connector request.ConnectorRequestInterceptor A request interceptor.ConnectorResponse A connector response representing the result of a connector invocation.