Uses of Interface
org.camunda.connect.spi.ConnectorResponse
Packages that use ConnectorResponse
Package
Description
-
Uses of ConnectorResponse in org.camunda.connect.httpclient
Classes in org.camunda.connect.httpclient with type parameters of type ConnectorResponseModifier and TypeInterfaceDescriptioninterface
HttpBaseRequest<Q extends HttpBaseRequest<?,
?>, R extends ConnectorResponse> Subinterfaces of ConnectorResponse in org.camunda.connect.httpclient -
Uses of ConnectorResponse in org.camunda.connect.httpclient.impl
Classes in org.camunda.connect.httpclient.impl that implement ConnectorResponse -
Uses of ConnectorResponse in org.camunda.connect.httpclient.soap
Subinterfaces of ConnectorResponse in org.camunda.connect.httpclient.soap -
Uses of ConnectorResponse in org.camunda.connect.httpclient.soap.impl
Classes in org.camunda.connect.httpclient.soap.impl that implement ConnectorResponse -
Uses of ConnectorResponse in org.camunda.connect.impl
Classes in org.camunda.connect.impl with type parameters of type ConnectorResponseModifier and TypeClassDescriptionclass
AbstractConnector<Q extends ConnectorRequest<R>,
R extends ConnectorResponse> Abstract implementation of the connector interface.class
AbstractConnectorRequest<R extends ConnectorResponse>
Classes in org.camunda.connect.impl that implement ConnectorResponseModifier and TypeClassDescriptionclass
This class is a base class for implementing closeable connector responses based onCloseable
.class
-
Uses of ConnectorResponse in org.camunda.connect.plugin.impl
Methods in org.camunda.connect.plugin.impl with parameters of type ConnectorResponseModifier and TypeMethodDescriptionprotected void
ServiceTaskConnectorActivityBehavior.applyOutputParameters
(ActivityExecution execution, ConnectorResponse response) void
ConnectorVariableScope.readFromResponse
(ConnectorResponse response) -
Uses of ConnectorResponse in org.camunda.connect.spi
Classes in org.camunda.connect.spi with type parameters of type ConnectorResponseModifier and TypeInterfaceDescriptioninterface
ConnectorRequest<R extends ConnectorResponse>
A connector request.Subinterfaces of ConnectorResponse in org.camunda.connect.spiModifier and TypeInterfaceDescriptioninterface
A connector response which represents an open resource (link to open resource) which must be closed.Methods in org.camunda.connect.spi that return ConnectorResponseModifier and TypeMethodDescriptionExecute the request on the connector.