Uses of Interface
org.camunda.connect.spi.ConnectorResponse
-
-
Uses of ConnectorResponse in org.camunda.connect.httpclient
Classes in org.camunda.connect.httpclient with type parameters of type ConnectorResponse Modifier and Type Interface Description interfaceHttpBaseRequest<Q extends HttpBaseRequest<?,?>,R extends ConnectorResponse>Subinterfaces of ConnectorResponse in org.camunda.connect.httpclient Modifier and Type Interface Description interfaceHttpResponse -
Uses of ConnectorResponse in org.camunda.connect.httpclient.impl
Classes in org.camunda.connect.httpclient.impl that implement ConnectorResponse Modifier and Type Class Description classHttpResponseImpl -
Uses of ConnectorResponse in org.camunda.connect.httpclient.soap
Subinterfaces of ConnectorResponse in org.camunda.connect.httpclient.soap Modifier and Type Interface Description interfaceSoapHttpResponse -
Uses of ConnectorResponse in org.camunda.connect.httpclient.soap.impl
Classes in org.camunda.connect.httpclient.soap.impl that implement ConnectorResponse Modifier and Type Class Description classSoapHttpResponseImpl -
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.
-