Uses of Interface
org.camunda.connect.spi.ConnectorResponse
Packages that use ConnectorResponse
-
Uses of ConnectorResponse in org.camunda.connect.impl
Classes in org.camunda.connect.impl with type parameters of type ConnectorResponseModifier and TypeClassDescriptionclassAbstractConnector<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 ConnectorResponseModifier and TypeClassDescriptionclassThis class is a base class for implementing closeable connector responses based onCloseable.class -
Uses of ConnectorResponse in org.camunda.connect.spi
Classes in org.camunda.connect.spi with type parameters of type ConnectorResponseModifier and TypeInterfaceDescriptioninterfaceConnectorRequest<R extends ConnectorResponse>A connector request.Subinterfaces of ConnectorResponse in org.camunda.connect.spiModifier and TypeInterfaceDescriptioninterfaceA 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.