Uses of Interface
org.camunda.connect.spi.ConnectorResponse
-
Packages that use ConnectorResponse Package Description org.camunda.connect.impl org.camunda.connect.spi -
-
Uses of ConnectorResponse in org.camunda.connect.impl
Classes in org.camunda.connect.impl with type parameters of type ConnectorResponse Modifier and Type Class Description classAbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse>Abstract implementation of the connector interface.classAbstractConnectorRequest<R extends ConnectorResponse>Classes in org.camunda.connect.impl that implement ConnectorResponse Modifier and Type Class Description classAbstractCloseableConnectorResponseThis class is a base class for implementing closeable connector responses based onCloseable.classAbstractConnectorResponse -
Uses of ConnectorResponse in org.camunda.connect.spi
Classes in org.camunda.connect.spi with type parameters of type ConnectorResponse Modifier and Type Interface Description interfaceConnectorRequest<R extends ConnectorResponse>A connector request.Subinterfaces of ConnectorResponse in org.camunda.connect.spi Modifier and Type Interface Description interfaceCloseableConnectorResponseA connector response which represents an open resource (link to open resource) which must be closed.Methods in org.camunda.connect.spi that return ConnectorResponse Modifier and Type Method Description ConnectorResponseConnector. execute(Q request)Execute the request on the connector.
-